aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 6888173..e58f984 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -190,7 +190,7 @@ else
endif
ifeq ($(HOST_OS),darwin)
- QEMU_SYSTEM_LDLIBS += -Wl,-framework,Cocoa
+ QEMU_SYSTEM_LDLIBS += -Wl,-framework,Cocoa,-framework,QTKit,-framework,CoreVideo
endif
include $(LOCAL_PATH)/Makefile.common