| Index: third_party/harfbuzz-ng/harfbuzz.gyp
|
| diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp
|
| index 087e3dc88b11df62568a8945dbb0940b5e69b15a..77b0fee99c3f08988647020903efe562b274f924 100644
|
| --- a/third_party/harfbuzz-ng/harfbuzz.gyp
|
| +++ b/third_party/harfbuzz-ng/harfbuzz.gyp
|
| @@ -10,7 +10,7 @@
|
| 'variables': {
|
| 'conditions': [
|
| ['sysroot!=""', {
|
| - 'pkg-config': '<(chroot_cmd) ../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
|
| + 'pkg-config': '<(chroot_cmd) ../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
|
| }, {
|
| 'pkg-config': 'pkg-config'
|
| }],
|
|
|