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