From 94cc4f8e4029c2506fcf1e8d0f225e547e2f6553 Mon Sep 17 00:00:00 2001 From: "fbarchard@chromium.org" Date: Tue, 16 Feb 2010 19:03:38 +0000 Subject: 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 --- net/third_party/nss/nss.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/third_party/nss/nss.gyp') 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': { -- cgit v1.1