summaryrefslogtreecommitdiffstats
path: root/third_party/libexif
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 /third_party/libexif
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 'third_party/libexif')
-rw-r--r--third_party/libexif/libexif.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libexif/libexif.gyp b/third_party/libexif/libexif.gyp
index a200745..5819b3a 100644
--- a/third_party/libexif/libexif.gyp
+++ b/third_party/libexif/libexif.gyp
@@ -107,7 +107,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': {