Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
707b3b25
Unverified
Commit
707b3b25
authored
Sep 25, 2018
by
Gennadiy Civil
Committed by
GitHub
Sep 25, 2018
Browse files
Merge pull request #1855 from zach2good/issue1854_remove_i386_xcode10
Issue #1854: remove support for i386 for XCode 10
parents
a6b5c58e
0272ff1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/xcode/Config/General.xcconfig
googletest/xcode/Config/General.xcconfig
+2
-2
No files found.
googletest/xcode/Config/General.xcconfig
View file @
707b3b25
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
// https://github.com/google/google-toolbox-for-mac
// https://github.com/google/google-toolbox-for-mac
//
//
// Build for PPC and Intel
, 32- and
64-bit
// Build for PPC and Intel 64-bit
ARCHS =
i386
x86_64 ppc ppc64
ARCHS = x86_64 ppc ppc64
// Zerolink prevents link warnings so turn it off
// Zerolink prevents link warnings so turn it off
ZERO_LINK = NO
ZERO_LINK = NO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment