diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-18 18:05:40 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-18 18:05:40 +0200 |
| commit | 7d1950dbd5c65976c739fc1b1100767f21af58e7 (patch) | |
| tree | e06dec3baf40d0637bfe01bd1b48fdd15bad44f0 /external/ios/build_unbound.sh | |
| parent | 21e05d6ef33aa3fc6e2550da3b2200d3bcedfc35 (diff) | |
improve ios build
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 |
