diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2013-04-10 15:33:12 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2013-04-10 15:33:12 +0000 |
commit | 7844efa60c29a617dcf3b434e4cab3f0ff85e216 (patch) | |
tree | 5d7e67cad86d7952abc6271ff1625627edc4a4fe /pluginhost~/Makefile | |
parent | ad6cee696d1f34ac5863de8cd591c4f6065450bb (diff) |
svn path=/trunk/externals/postlude/; revision=17084
Diffstat (limited to 'pluginhost~/Makefile')
-rw-r--r-- | pluginhost~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |