mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
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:
parent
a1467b2e4a
commit
00c76bb75b
|
@ -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%!*"
|
||||
|
|
Loading…
Reference in a new issue