Skip to content

Commit 308cd42

Browse files
debug information
1 parent ad4bc3a commit 308cd42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

etc/install-zstd.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ build_zstd() {
2929
-DZSTD_BUILD_SHARED=OFF \
3030
-DCMAKE_OSX_ARCHITECTURES='x86_64;arm64' \
3131
-DCMAKE_BUILD_TYPE=Release \
32-
../build/cmake
33-
cmake --build . --target libzstd_static
32+
../build/cmake
3433

35-
ls -R .
34+
cmake --build . --target libzstd_static
35+
36+
ls -R lib
3637
}
3738

3839
clean_deps

0 commit comments

Comments
 (0)