Skip to content

Commit

Permalink
debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 5, 2024
1 parent ad4bc3a commit 308cd42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/install-zstd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ build_zstd() {
-DZSTD_BUILD_SHARED=OFF \
-DCMAKE_OSX_ARCHITECTURES='x86_64;arm64' \
-DCMAKE_BUILD_TYPE=Release \
../build/cmake
cmake --build . --target libzstd_static
../build/cmake

ls -R .
cmake --build . --target libzstd_static

ls -R lib
}

clean_deps
Expand Down

0 comments on commit 308cd42

Please sign in to comment.