| Index: third_party/libexif/libexif.gyp
|
| diff --git a/third_party/libexif/libexif.gyp b/third_party/libexif/libexif.gyp
|
| index 1b18af0514d2a2787955a36e60afa84171aeb646..6ddddad0f02f5c2e13e4560d93d0356997f7dd2c 100644
|
| --- a/third_party/libexif/libexif.gyp
|
| +++ b/third_party/libexif/libexif.gyp
|
| @@ -102,7 +102,7 @@
|
| 'conditions': [
|
| ['sysroot!=""', {
|
| 'variables': {
|
| - 'pkg-config': '../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
|
| + 'pkg-config': '../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
|
| },
|
| }, {
|
| 'variables': {
|
|
|