summaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 89fbedf..386d35f 100755
--- a/dist.sh
+++ b/dist.sh
@@ -228,7 +228,7 @@ mkdir -p $out_root/pack
if [ $complete = y ]; then
cd $src_root/../cutl
./dist.sh -cc "$ccp" -cxx "$cxxp" -cxxflags "$cxxpflags" \
--out "$out_root/libcutl"
+-out "$out_root/libcutl" -no-check
cd $wd
fi