Do not build BSNES for i386

Xcode 4.1's ld crashes during compilation with i386 enabled.
This commit is contained in:
Alexander Strange
2011-09-19 17:40:02 -04:00
parent 1cf87f9ba2
commit cf00a7f7dd
+1 -4
View File
@@ -2319,10 +2319,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
i386,
x86_64,
);
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_EXPERIMENTAL = YES;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";