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

Unified Diff: build/linux/system.gyp

Issue 202633008: Fix linker warning on build with target_arch=ia32. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | « no previous file | printing/cups_config_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 7911ae9b4d763fd5f7b5cf71369c586c5fc823fc..ceacf295e1db1c189c5abb4846627ddc9f0b9979 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -741,7 +741,7 @@
},
'link_settings': {
'libraries': [
- '<!@(libgcrypt-config --libs)',
+ '<!@(libgcrypt-config --libs | sed -e \'s/-L[^ ]*//\')',
satorux1 2014/03/20 01:55:11 please add a comment explaining why you need to do
hidehiko 2014/03/20 07:55:09 Done.
],
},
}],
« no previous file with comments | « no previous file | printing/cups_config_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698