diff options
Diffstat (limited to 'external/ios/build_unbound.sh')
| -rwxr-xr-x | external/ios/build_unbound.sh | 2 |
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 |
