summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-16 19:03:38 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-16 19:03:38 +0000
commit94cc4f8e4029c2506fcf1e8d0f225e547e2f6553 (patch)
treefd857fc0bfb6a57baba196ea8c4cf79a24a855a6 /net/third_party
parent36978307aa3c9b3dee389a42e2ec1c8b754b4f61 (diff)
downloadchromium_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.gyp2
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': {