From 7844efa60c29a617dcf3b434e4cab3f0ff85e216 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 10 Apr 2013 15:33:12 +0000 Subject: svn path=/trunk/externals/postlude/; revision=17084 --- pluginhost~/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pluginhost~/Makefile') diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile index a3c00b6..393b1ae 100644 --- a/pluginhost~/Makefile +++ b/pluginhost~/Makefile @@ -119,7 +119,7 @@ ifeq ($(UNAME),Darwin) SOURCES += $(SOURCES_iphoneos) # Starting with Xcode 4.0, the PowerPC compiler is not installed by default ifeq ($(wildcard /usr/llvm-gcc-4.2/libexec/gcc/powerpc*), ) - FAT_FLAGS = -arch i386 -arch x86_64 -mmacosx-version-min=10.5 + FAT_FLAGS = -arch i386 -mmacosx-version-min=10.5 else FAT_FLAGS = -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.4 endif -- cgit v1.2.1