From 6eb25c716f097615f3c975c22b1b1bfaff914c34 Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Fri, 24 Aug 2012 08:18:22 +0800 Subject: Fix mac build Change-Id: Ic80b84d7b29134c9dfad4163321f61302961d179 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index cbb22e5..882d638 100644 --- a/Makefile.common +++ b/Makefile.common @@ -683,7 +683,7 @@ $(call end-emulator-library) ## another for 64-bit, see note in emulator64-common -ifeq ($(HOST_OS),linux) +ifneq ($(filter linux darwin,$(HOST_OS)),) ifneq ($(BUILD_STANDALONE_EMULATOR),true) $(call start-emulator-library, emulator64-libjpeg) LOCAL_CFLAGS += $(common_LOCAL_CFLAGS) -m64 -- cgit v1.1