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

Unified Diff: build/linux/system.gyp

Issue 244593002: pkg-config-wrapper: use system_libdir for libpath (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index dddf86a4eb50270ca93b9ff43f73ce18f16eb8ce..a6732f177c5f47e06b1cd8d5da935a7b0741ac6c 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -6,7 +6,7 @@
'variables': {
'conditions': [
['sysroot!=""', {
- 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
+ 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
# libgcrypt-config-wrapper invokes libgcrypt-config directly from the
# sysroot, so there's no need to prefix it with <(chroot_cmd).
'libgcrypt-config': './libgcrypt-config-wrapper "<(sysroot)"',

Powered by Google App Engine
This is Rietveld 408576698