From 7d1950dbd5c65976c739fc1b1100767f21af58e7 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 18 Jun 2024 18:05:40 +0200 Subject: improve ios build --- external/ios/build_unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/ios/build_unbound.sh') 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 -- cgit v1.2.3