aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-05-20 15:17:32 -0700
committerDavid 'Digit' Turner <digit@android.com>2010-05-20 15:17:32 -0700
commitb74c48f113b1ebbe0f0e713502d653adaad7993f (patch)
tree3b3bbf69360354825f4f259c9d91a761ab580fdd
parent34d165185730eac6ddc4e7a23d192d22aa3d4dfb (diff)
downloadexternal_qemu-b74c48f113b1ebbe0f0e713502d653adaad7993f.zip
external_qemu-b74c48f113b1ebbe0f0e713502d653adaad7993f.tar.gz
external_qemu-b74c48f113b1ebbe0f0e713502d653adaad7993f.tar.bz2
Fix Mac build by using prebuilt SDL library for OS X
Change-Id: I60657e72b13f9425d642b6b5dd770ce4ecd66abd
-rw-r--r--Makefile.android3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 5519896..dd1cd38 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -324,6 +324,9 @@ BUILD_SDL_FROM_SOURCES := true
ifeq ($(QEMU_HOST_TAG),linux-x86)
BUILD_SDL_FROM_SOURCES := false
endif
+ifeq ($(QEMU_HOST_TAG),darwin-x86)
+ BUILD_SDL_FROM_SOURCES := false
+endif
ifneq ($(SDL_CONFIG),)
BUILD_SDL_FROM_SOURCES := false
endif