aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 21:44:35 -0700
committerGitHub <noreply@github.com>2018-09-25 21:44:35 -0700
commit707b3b25c8f3da4f1648eed9689afe34065394c4 (patch)
tree9b34171be195034733b84afded0e3e845c9bd9d3
parenta6b5c58ec8e39589549ff155693f29b748988908 (diff)
parent0272ff1aa0e6a38c2e87b53e92329391d6777145 (diff)
downloadgoogletest-707b3b25c8f3da4f1648eed9689afe34065394c4.tar.gz
googletest-707b3b25c8f3da4f1648eed9689afe34065394c4.tar.bz2
googletest-707b3b25c8f3da4f1648eed9689afe34065394c4.zip
Merge pull request #1855 from zach2good/issue1854_remove_i386_xcode10
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