Skip to content

Commit d2fb8cd

Browse files
committed
Fixed legacy 32 bit architecture on mac
1 parent f4a741d commit d2fb8cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wxWidgets/build/osx/wxcocoa.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11155,6 +11155,7 @@
1115511155
isa = XCBuildConfiguration;
1115611156
baseConfigurationReference = 7DEBE1EB2B94305E8E8D6EA5 /* wxcocoa.xcconfig */;
1115711157
buildSettings = {
11158+
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
1115811159
CLANG_ENABLE_OBJC_WEAK = YES;
1115911160
GCC_PREPROCESSOR_DEFINITIONS = (
1116011161
"$(GCC_PREPROCESSOR_DEFINITIONS)",
@@ -11488,6 +11489,7 @@
1148811489
isa = XCBuildConfiguration;
1148911490
baseConfigurationReference = 7DEBE1EB2B94305E8E8D6EA5 /* wxcocoa.xcconfig */;
1149011491
buildSettings = {
11492+
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
1149111493
CLANG_ENABLE_OBJC_WEAK = YES;
1149211494
GCC_PREPROCESSOR_DEFINITIONS = (
1149311495
"$(GCC_PREPROCESSOR_DEFINITIONS)",

0 commit comments

Comments
 (0)