Fixed building PPC/x86 binaries on Xocde 3.2
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8168 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
8d700f8d81
commit
26ccc28854
@ -3230,8 +3230,10 @@
|
||||
baseConfigurationReference = 9551C9F80FC1B87600DB481B /* Config.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
|
||||
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
);
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEPLOYMENT_LOCATION = NO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user