Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
0272ff1a
Commit
0272ff1a
authored
Sep 24, 2018
by
Zach Toogood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #1854: remove support for i386 for XCode 10
parent
ed6e84cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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