From 5b1d3a77253726e34b440f68e56f596f30f6e12e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 19 Nov 2012 10:48:24 -0600 Subject: [PATCH] conigure: Fix iOS build warning. from Tom Palaia. --- configure/os/CONFIG.Common.iosCommon | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.iosCommon b/configure/os/CONFIG.Common.iosCommon index 7e530fc01..bd63c8a84 100644 --- a/configure/os/CONFIG.Common.iosCommon +++ b/configure/os/CONFIG.Common.iosCommon @@ -41,6 +41,7 @@ ARCH_DEP_LDFLAGS += $(ARCH_DEP_FLAGS) #-------------------------------------------------- # Operating system flags OP_SYS_CFLAGS += -isysroot $(SDK_DIR) -D__IPHONE_OS_VERSION_MIN_REQUIRED=30200 +OP_SYS_LDFLAGS += -isysroot $(SDK_DIR) #-------------------------------------------------- # Always compile in debugging symbol table information