diff options
author | vapier@chromium.org <vapier@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-26 04:37:43 +0000 |
---|---|---|
committer | vapier@chromium.org <vapier@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-26 04:37:43 +0000 |
commit | 95048b2b55560ce86ccc157d81817865db90c54c (patch) | |
tree | 06451c562d1a531211373034a7428c251be0ff0d /third_party/libexif | |
parent | f792f8e4a353238aa069bd380067482bcaa8623e (diff) | |
download | chromium_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.gyp | 2 |
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': { |