| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index c112a6d2883009da2504d0d169076d008b1463fa..dc27b70be71213b3faa158efa6823ec43036ceab 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -11,7 +11,7 @@
|
| 'variables': {
|
| 'conditions': [
|
| ['sysroot!=""', {
|
| - 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
|
| + 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
|
| }, {
|
| 'pkg-config': 'pkg-config'
|
| }],
|
|
|