moving archs to xcconfig
This commit is contained in:
parent
c069a62bd6
commit
405eb4779e
@ -3,6 +3,6 @@ WXTOOLKITUPPER = IPHONE
|
||||
|
||||
#include "wx.xcconfig"
|
||||
|
||||
ARCHS = $(ARCHS_STANDARD_32_BIT)
|
||||
ARCHS = $(ARCHS_STANDARD)
|
||||
SDKROOT = iphoneos
|
||||
TARGETED_DEVICE_FAMILY = 1,2
|
||||
|
@ -3731,7 +3731,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 477B609FA2373FB58F4C8768 /* wxiphone.xcconfig */;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||
"wxUSE_BASE=1",
|
||||
@ -3751,7 +3750,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 477B609FA2373FB58F4C8768 /* wxiphone.xcconfig */;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||
"wxUSE_BASE=1",
|
||||
|
Loading…
Reference in New Issue
Block a user