Commit 0272ff1a authored by Zach Toogood's avatar Zach Toogood
Browse files

Issue #1854: remove support for i386 for XCode 10

parent ed6e84cc
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment