We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e88664 commit 16dec76Copy full SHA for 16dec76
binding.gyp
@@ -22,6 +22,10 @@
22
'CLANG_CXX_LIBRARY': 'libc++',
23
'MACOSX_DEPLOYMENT_TARGET': '11',
24
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
25
+ 'OTHER_CFLAGS': [
26
+ "-std=c++17",
27
+ "-stdlib=libc++"
28
+ ]
29
},
30
'cflags!': [ '-fno-exceptions' ],
31
'cflags_cc!': [ '-fno-exceptions' ],
etc/install-zstd.sh
@@ -24,7 +24,7 @@ build_zstd() {
echo "current dir: $(pwd)"
ls
- make
+ cmake --build .
}
clean_deps
0 commit comments