diff options
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index d828858b6..812afd762 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -71,8 +71,8 @@ cd libdivecomputer git checkout Subsurface-4.4 if [ ! -f configure ] ; then autoreconf --install - ./configure --prefix=$INSTALL_ROOT fi +./configure --prefix=$INSTALL_ROOT make -j4 make install |