aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2013-09-11 19:30:12 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2013-09-11 19:30:12 +0000
commit91baa72e93db839f7f5ad670585d3b16bafcc5ec (patch)
treed2abb4398a333f0c9fa6db85c439419ccdf9805a /XcodeConfig
parentda09a1cebe6c673d913de1958b5426ec27b78e55 (diff)
Updated the ARCH selector to match what Apple uses. Otherwise the Xcode UI gets
two entries because of the different patterns (Apple now defaults to also including this). All this needs to match is x86_64, arm64, and maybe ppc64. DELTA=1 (0 added, 0 deleted, 1 changed)
Diffstat (limited to 'XcodeConfig')
-rw-r--r--XcodeConfig/subconfig/General.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index 63293cb..781c414 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -83,7 +83,7 @@ GCC_OBJC_CALL_CXX_CDTORS = YES
GCC_FAST_OBJC_DISPATCH = YES
// Warn on implicit data conversions in 64bit builds
-GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64*] = YES
+GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64] = YES
// Strictest warning policy that we can do
// Options intentionally turned off