Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 80581abd53d6f21131cd5c5a9d78d24fb73b5367..60a438c673b537639690d528c498fd0ac73bd9d9 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -6,7 +6,7 @@ |
'conditions': [ |
['sysroot!=""', { |
'variables': { |
- 'pkg-config': './pkg-config-wrapper "<(sysroot)"', |
+ 'pkg-config': './pkg-config-wrapper "<(sysroot)" "<(target_arch)"', |
}, |
}, { |
'variables': { |