diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 19:03:38 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 19:03:38 +0000 |
commit | 94cc4f8e4029c2506fcf1e8d0f225e547e2f6553 (patch) | |
tree | fd857fc0bfb6a57baba196ea8c4cf79a24a855a6 /net/third_party | |
parent | 36978307aa3c9b3dee389a42e2ec1c8b754b4f61 (diff) | |
download | chromium_src-94cc4f8e4029c2506fcf1e8d0f225e547e2f6553.zip chromium_src-94cc4f8e4029c2506fcf1e8d0f225e547e2f6553.tar.gz chromium_src-94cc4f8e4029c2506fcf1e8d0f225e547e2f6553.tar.bz2 |
arm with its sysroot needs a new path to ../../../build/linux/pkg-config-wrapper
BUG=35869
TEST=gclient runhooks --force should work for arm configurations of linux.
Review URL: http://codereview.chromium.org/600144
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party')
-rw-r--r-- | net/third_party/nss/nss.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/third_party/nss/nss.gyp b/net/third_party/nss/nss.gyp index 0d5ad47..5511066 100644 --- a/net/third_party/nss/nss.gyp +++ b/net/third_party/nss/nss.gyp @@ -8,7 +8,7 @@ 'conditions': [ ['sysroot!=""', { 'variables': { - 'pkg-config': './pkg-config-wrapper "<(sysroot)"', + 'pkg-config': '../../../build/linux/pkg-config-wrapper "<(sysroot)"', }, }, { 'variables': { |