Skip to content

Commit 5269e54

Browse files
specify unix makefiles
1 parent 16dec76 commit 5269e54

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

etc/install-zstd.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ download_zstd() {
1818
build_zstd() {
1919
export MACOSX_DEPLOYMENT_TARGET=10.12
2020
cd deps/zstd/build/cmake
21-
pwd
2221

23-
cmake .
22+
cmake -G "Unix Makefiles" .
2423

2524
echo "current dir: $(pwd)"
26-
ls
27-
cmake --build .
25+
make
2826
}
2927

3028
clean_deps

0 commit comments

Comments
 (0)