diff options
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': { |