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

Unified Diff: tools/emacs/testdata/media.gyp

Issue 246343002: pkg-config-wrapper: use system_libdir for libpath (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 6 years, 8 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 | tools/emacs/testdata/media.gyp.fontified » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/emacs/testdata/media.gyp
diff --git a/tools/emacs/testdata/media.gyp b/tools/emacs/testdata/media.gyp
index 29300fe1b89fdc39c2c0654b9f200dcd3d00c143..dc54016b7cdc792019d689838d1c01ebead3d7c1 100644
--- a/tools/emacs/testdata/media.gyp
+++ b/tools/emacs/testdata/media.gyp
@@ -375,7 +375,7 @@
'variables': {
'conditions': [
['sysroot!=""', {
- 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
+ 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
}, {
'pkg-config': 'pkg-config'
}],
« no previous file with comments | « no previous file | tools/emacs/testdata/media.gyp.fontified » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698