Skip to content

Commit 89d8720

Browse files
add debug
1 parent 2e4021a commit 89d8720

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/install-zstd.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ download_zstd() {
1111

1212
curl -L "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" \
1313
| tar -zxf - -C deps/zstd --strip-components 1
14+
15+
ls deps/zstd
1416
}
1517

1618
build_zstd() {
1719
export MACOSX_DEPLOYMENT_TARGET=10.12
1820
cd deps/zstd/build/cmake
21+
pwd
1922

2023
cmake .
24+
25+
echo "current dir: $(pwd)"
2126
make
2227
}
2328

0 commit comments

Comments
 (0)