Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: test/mac/libtool-zero/test.gyp

Issue 879343004: mac: Followup to ZERO_AR_DATE, touch the -o archive, rather than expecting only one (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: . Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pylib/gyp/mac_tool.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/libtool-zero/test.gyp
diff --git a/test/mac/libtool-zero/test.gyp b/test/mac/libtool-zero/test.gyp
index 2f2c3f1c23cd53397a3396207505ef6ba3f7e9cc..0d6ee5535eede15eea19a8f9fe73e5da83dc88bb 100644
--- a/test/mac/libtool-zero/test.gyp
+++ b/test/mac/libtool-zero/test.gyp
@@ -10,6 +10,9 @@
'sources': [
'mylib.c',
],
+ 'xcode_settings': {
+ 'ARCHS': [ 'i386', 'x86_64' ],
+ },
},
],
}
« no previous file with comments | « pylib/gyp/mac_tool.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698