Skip to content

Commit

Permalink
force DTUTI for Mac 64-bit too
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 11, 2013
1 parent f3783d6 commit 9c2e4b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DTFoundation.xcodeproj/project.pbxproj
Expand Up @@ -2910,6 +2910,7 @@
A70ED6C317F98468008A801A /* Coverage */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
Expand Down Expand Up @@ -3554,6 +3555,7 @@
A7E889B216A9B190009EF0DF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
Expand All @@ -3575,6 +3577,7 @@
A7E889B316A9B190009EF0DF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_EMPTY_BODY = YES;
Expand Down

0 comments on commit 9c2e4b2

Please sign in to comment.