aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/zlib/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'targets/zlib/build.sh')
-rwxr-xr-xtargets/zlib/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/targets/zlib/build.sh b/targets/zlib/build.sh
index 051cf375..4be2b44f 100755
--- a/targets/zlib/build.sh
+++ b/targets/zlib/build.sh
@@ -1,7 +1,5 @@
#!/bin/bash -eu
-cd /src/zlib
-
./configure
make -j$(nproc) clean all