Skip to content

Commit 16dec76

Browse files
asdf
1 parent 4e88664 commit 16dec76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

binding.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
'CLANG_CXX_LIBRARY': 'libc++',
2323
'MACOSX_DEPLOYMENT_TARGET': '11',
2424
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
25+
'OTHER_CFLAGS': [
26+
"-std=c++17",
27+
"-stdlib=libc++"
28+
]
2529
},
2630
'cflags!': [ '-fno-exceptions' ],
2731
'cflags_cc!': [ '-fno-exceptions' ],

etc/install-zstd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build_zstd() {
2424

2525
echo "current dir: $(pwd)"
2626
ls
27-
make
27+
cmake --build .
2828
}
2929

3030
clean_deps

0 commit comments

Comments
 (0)