aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-04-11 15:28:53 +0200
committerSven Gothel <[email protected]>2022-04-11 15:28:53 +0200
commit10b928d8fe969f8032351b9b412ead2fde52de4f (patch)
treeddeaae68ea59af9f6db55f47cbf3879c7faa7776 /scripts
parent972f17c3d9e6376f9a6d766e26865c11f4f9960e (diff)
README.md: Bump for v2.6.3v2.6.3
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 78c90df0..fc86947e 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -48,7 +48,7 @@ buildit() {
# cmake $CLANG_ARGS -DCMAKE_INSTALL_PREFIX=$rootdir/dist-$archabi -DBUILDJAVA=ON -DBUILDEXAMPLES=ON -DBUILD_TESTING=ON -DDEBUG=ON -DINSTRUMENTATION_UNDEFINED=ON ..
# cmake $CLANG_ARGS -DCMAKE_INSTALL_PREFIX=$rootdir/dist-$archabi -DBUILDJAVA=ON -DBUILDEXAMPLES=ON -DBUILD_TESTING=ON -DDEBUG=ON -DINSTRUMENTATION_THREAD=ON ..
- make -j $CPU_COUNT install test
+ make -j $CPU_COUNT install
if [ $? -eq 0 ] ; then
echo "BUILD SUCCESS $bname $archabi"
cd $rootdir