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

Unified Diff: test/make_global_settings/basics/make_global_settings.gyp

Issue 23475025: ninja/mac: Don't link c-file-only targets to libstdc++ Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 3 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
Index: test/make_global_settings/basics/make_global_settings.gyp
===================================================================
--- test/make_global_settings/basics/make_global_settings.gyp (revision 1718)
+++ test/make_global_settings/basics/make_global_settings.gyp (working copy)
@@ -5,7 +5,7 @@
{
'make_global_settings': [
['CC', 'clang'],
- ['LINK', 'clang++'],
+ ['LINK', 'clang'],
],
'targets': [
{

Powered by Google App Engine
This is Rietveld 408576698