aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Toogood <zach.toogood@yousician.com>2018-09-24 16:02:12 +0300
committerZach Toogood <zach.toogood@yousician.com>2018-09-24 16:02:12 +0300
commit0272ff1aa0e6a38c2e87b53e92329391d6777145 (patch)
tree650310cf0abd0df457b30103cb46c524b53ac392
parented6e84ccef7f3c0f31caca60a47077a46d72a806 (diff)
downloadgoogletest-0272ff1aa0e6a38c2e87b53e92329391d6777145.tar.gz
googletest-0272ff1aa0e6a38c2e87b53e92329391d6777145.tar.bz2
googletest-0272ff1aa0e6a38c2e87b53e92329391d6777145.zip
Issue #1854: remove support for i386 for XCode 10
-rw-r--r--googletest/xcode/Config/General.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/xcode/Config/General.xcconfig b/googletest/xcode/Config/General.xcconfig
index 1aba486f..7afa7416 100644
--- a/googletest/xcode/Config/General.xcconfig
+++ b/googletest/xcode/Config/General.xcconfig
@@ -7,8 +7,8 @@
// https://github.com/google/google-toolbox-for-mac
//
-// Build for PPC and Intel, 32- and 64-bit
-ARCHS = i386 x86_64 ppc ppc64
+// Build for PPC and Intel 64-bit
+ARCHS = x86_64 ppc ppc64
// Zerolink prevents link warnings so turn it off
ZERO_LINK = NO