From 53a4620271975ef41b0d71181849f7291bd5a587 Mon Sep 17 00:00:00 2001 From: Johann Date: Wed, 24 Apr 2013 14:26:35 -0700 Subject: [PATCH] Change default iOS dev path This can be manually overridden with --libc= Change-Id: I0b857c751d5dc5423f79785e934bc8a714758e75 --- build/make/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index 4d0cad23e..23dc87f31 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -918,7 +918,7 @@ process_common_toolchain() { add_ldflags -arch_only ${tgt_isa} if [ -z "${alt_libc}" ]; then - alt_libc=${SDK_PATH}/SDKs/iPhoneOS5.1.sdk + alt_libc=${SDK_PATH}/SDKs/iPhoneOS6.0.sdk fi add_cflags "-isysroot ${alt_libc}" -- 2.40.0