aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErez A. Korn <erakorn@gmail.com>2012-07-18 13:34:11 +0300
committerErez A. Korn <erakorn@gmail.com>2012-07-25 06:15:24 +0300
commit7746dd55eac5c267ffba06c70556ca4524e02ef4 (patch)
tree7356109438fa9fa52a180055392884013b086081
parent70e542e03804c9c6be05bb35d61efc5f15e5e4f2 (diff)
downloadexternal_qemu-7746dd55eac5c267ffba06c70556ca4524e02ef4.zip
external_qemu-7746dd55eac5c267ffba06c70556ca4524e02ef4.tar.gz
external_qemu-7746dd55eac5c267ffba06c70556ca4524e02ef4.tar.bz2
Changed make files to allow compiling in OS X 10.8 - Mountain Lion
Change-Id: I3dced0d28da2f2ea0e7ca5dbd4cce1490fa16ade
-rw-r--r--Makefile.android4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.android b/Makefile.android
index 6fccf71..8116758 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -202,8 +202,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)),)
+ # Lion (and above) / 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