summaryrefslogtreecommitdiffhomepage
path: root/make-tar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-tar.sh')
-rw-r--r--make-tar.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/make-tar.sh b/make-tar.sh
index 9d1af1f3..3e119d12 100644
--- a/make-tar.sh
+++ b/make-tar.sh
@@ -4,7 +4,6 @@ prefix="$1"
filename="$2"
bin="$3"
-cmake "$bin" || exit 1
cmake --build "$bin" --target install || exit 1
if : &&