From 108cfc15146783b72d3d427b5d9288ef15a4764a Mon Sep 17 00:00:00 2001 From: Al Sutton Date: Mon, 7 May 2012 09:59:14 +0100 Subject: Use the same compilation options on OS X 10.8 as 10.7 Use the same linker option for handling dynamic libraries on OS X 10.8 as has been previously used on 10.7 Change-Id: I18860d779a2caa695cf4016da6d2123726b58427 Signed-off-by: Al Sutton --- Makefile.android | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index 797bb71..d61264b 100644 --- a/Makefile.android +++ b/Makefile.android @@ -209,8 +209,8 @@ endif ifeq ($(HOST_OS),darwin) QEMU_SYSTEM_LDLIBS += -Wl,-framework,Cocoa,-framework,QTKit,-framework,CoreVideo - ifneq ($(filter 10.7 10.7.%,$(DARWIN_VERSION)),) - # Lion/XCode4 needs to be explicitly told the dynamic library + ifneq ($(filter 10.7 10.7.% 10.8 10.8.%,$(DARWIN_VERSION)),) + # 10.7+ with XCode4 needs to be explicitly told the dynamic library # lookup symbols in the precompiled libSDL are resolved at # runtime QEMU_SYSTEM_LDLIBS += -undefined dynamic_lookup -- cgit v1.1