From fc6df7652d57b581adcf44467ce25b5651b2420c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 5 Apr 2011 12:27:00 -0500 Subject: [PATCH] Update iOS CONFIG files for iOS 4.3 --- configure/os/CONFIG.Common.iosCommon | 2 +- configure/os/CONFIG_SITE.Common.iosCommon | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.iosCommon b/configure/os/CONFIG.Common.iosCommon index 262a6ec51..3dd6f126c 100644 --- a/configure/os/CONFIG.Common.iosCommon +++ b/configure/os/CONFIG.Common.iosCommon @@ -55,7 +55,7 @@ CCC = $(GNU_BIN)/c++ #------------------------------------------------------- # Linker flags -OP_SYS_LDFLAGS += -dynamic -Z -L$(SDK_DIR)/usr/lib +OP_SYS_LDFLAGS += -dynamic -Z -L$(SDK_DIR)/usr/lib -L$(SDK_DIR)/usr/lib/system #------------------------------------------------------- # Shared libraries diff --git a/configure/os/CONFIG_SITE.Common.iosCommon b/configure/os/CONFIG_SITE.Common.iosCommon index f2a87590a..0f5c09df3 100644 --- a/configure/os/CONFIG_SITE.Common.iosCommon +++ b/configure/os/CONFIG_SITE.Common.iosCommon @@ -9,7 +9,8 @@ # iOS Version number #IOS_VERSION = 3.2 -IOS_VERSION = 4.1 +#IOS_VERSION = 4.1 +IOS_VERSION = 4.3 # Most sites will want shared libraries