diff options
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 |