Skip to content

Commit

Permalink
Actually put the archs back; that didn't get caught in the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
andymatuschak committed Sep 30, 2011
1 parent a2bcd53 commit 7d4ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/ConfigCommon.xcconfig
Expand Up @@ -15,7 +15,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER = $(SDKROOT)/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
GCC_FAST_OBJC_DISPATCH = YES
GCC_ENABLE_PASCAL_STRINGS = NO
ARCHS = $(ARCHS_STANDARD_32_64_BIT)
ARCHS = ppc i386 x86_64
GCC_VERSION = com.apple.compilers.llvm.clang.1_0

// Enable warnings
Expand Down

0 comments on commit 7d4ce0d

Please sign in to comment.