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
0272ff1a
Commit
0272ff1a
authored
Sep 24, 2018
by
Zach Toogood
Browse files
Issue #1854: remove support for i386 for XCode 10
parent
ed6e84cc
Changes
1
Show 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 @
0272ff1a
...
@@ -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