summaryrefslogtreecommitdiff
path: root/external/ios/build_unbound.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-06-18 18:05:40 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-06-18 18:05:40 +0200
commit7d1950dbd5c65976c739fc1b1100767f21af58e7 (patch)
treee06dec3baf40d0637bfe01bd1b48fdd15bad44f0 /external/ios/build_unbound.sh
parent21e05d6ef33aa3fc6e2550da3b2200d3bcedfc35 (diff)
improve ios build
Diffstat (limited to 'external/ios/build_unbound.sh')
-rwxr-xr-xexternal/ios/build_unbound.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/ios/build_unbound.sh b/external/ios/build_unbound.sh
index 02f12d7..889f79a 100755
--- a/external/ios/build_unbound.sh
+++ b/external/ios/build_unbound.sh
@@ -41,5 +41,5 @@ source ./contrib/ios/setenv_ios.sh
./contrib/ios/install_tools.sh
./contrib/ios/install_expat.sh
./configure --build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" --prefix="$IOS_PREFIX" --with-ssl="$IOS_PREFIX" --with-libexpat="$IOS_PREFIX"
-make
+make -j$(sysctl -n hw.logicalcpu)
make install \ No newline at end of file