Skip to content

Commit

Permalink
Fix seg fault on 10.7 by explicitly setting
Browse files Browse the repository at this point in the history
deployment target to 10.6. Closes rentzsch#121.
  • Loading branch information
rentzsch committed Aug 28, 2012
1 parent 66f546c commit a790c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mogenerator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
name = Debug;
Expand All @@ -523,6 +524,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
name = Release;
Expand Down

0 comments on commit a790c02

Please sign in to comment.