Index: build/linux/system.gyp |
=================================================================== |
--- build/linux/system.gyp (revision 250969) |
+++ build/linux/system.gyp (working copy) |
@@ -6,7 +6,7 @@ |
'variables': { |
'conditions': [ |
['sysroot!=""', { |
- 'pkg-config': './pkg-config-wrapper "<(sysroot)" "<(target_arch)"', |
+ 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target_arch)"', |
}, { |
'pkg-config': 'pkg-config' |
}], |