aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 0d53f42..d638640 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -191,6 +191,11 @@ endif
ifeq ($(HOST_OS),darwin)
QEMU_SYSTEM_LDLIBS += -Wl,-framework,Cocoa,-framework,QTKit,-framework,CoreVideo
+ ifneq ($(filter 10.7 10.7.%,$(DARWIN_VERSION)),)
+ # Lion needs to be forced to link dylib to avoid problems
+ # with the dynamic function lookups in SDL 1.2
+ QEMU_SYSTEM_LDLIBS += /usr/lib/dylib1.o
+ endif
endif
include $(LOCAL_PATH)/Makefile.common