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

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

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 | « tools/emacs/testdata/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/emacs/testdata/media.gyp.fontified
diff --git a/tools/emacs/testdata/media.gyp.fontified b/tools/emacs/testdata/media.gyp.fontified
index 962b7b2c43abe6d16653801bb350699d0dda010c..53af617a5a6621a6c35290132b313227e703ac50 100644
--- a/tools/emacs/testdata/media.gyp.fontified
+++ b/tools/emacs/testdata/media.gyp.fontified
@@ -376,7 +376,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 | « tools/emacs/testdata/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698