summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
authorvapier@chromium.org <vapier@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-26 04:37:43 +0000
committervapier@chromium.org <vapier@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-26 04:37:43 +0000
commit95048b2b55560ce86ccc157d81817865db90c54c (patch)
tree06451c562d1a531211373034a7428c251be0ff0d /net/third_party
parentf792f8e4a353238aa069bd380067482bcaa8623e (diff)
downloadchromium_src-95048b2b55560ce86ccc157d81817865db90c54c.zip
chromium_src-95048b2b55560ce86ccc157d81817865db90c54c.tar.gz
chromium_src-95048b2b55560ce86ccc157d81817865db90c54c.tar.bz2
pkg-config-wrapper: use system_libdir for libpath
We already have a variable for tracking the system libdir name in the gyp files, so let's use that instead of hardcoding the logic based on the arch. BUG=chromium:219015 TEST=`cbuildbot amd64-generic-tot-chrome-pfq-informational` works Review URL: https://codereview.chromium.org/244593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index 986b563..f0c47d6 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -8,7 +8,7 @@
'conditions': [
['sysroot!=""', {
'variables': {
- 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
+ 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
},
}, {
'variables': {