Skip to content

Commit

Permalink
turn archs setting back on, builds are working again
Browse files Browse the repository at this point in the history
  • Loading branch information
billymeltdown committed May 20, 2011
1 parent 55a21fc commit 9128d19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openssl.xcodeproj/project.pbxproj
Expand Up @@ -88,6 +88,8 @@
9069D1300FCE340B0042E34C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
COPY_PHASE_STRIP = NO;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
Expand All @@ -98,6 +100,8 @@
9069D1310FCE340B0042E34C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
COPY_PHASE_STRIP = YES;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
Expand Down

0 comments on commit 9128d19

Please sign in to comment.