fix(zstd)

darwin needs an explicit `-std=c++11` flag to compile as of the newest release.

fixes #245
fixes #246
This commit is contained in:
Jacob Heider 2023-02-13 21:52:23 -05:00 committed by Jacob Heider
parent a1467b2e4a
commit 00c76bb75b

View file

@ -40,6 +40,10 @@ build:
- -DZSTD_ZLIB_SUPPORT=ON
- -DZSTD_LZMA_SUPPORT=ON
- -DZSTD_LZ4_SUPPORT=ON
darwin:
ARGS:
# Otherwise we get errors from clang
- -DCMAKE_CXX_FLAGS="-std=c++11"
test: |
export fixture="asdf123%!*"