| Index: plugin/plugin.gyp
|
| ===================================================================
|
| --- plugin/plugin.gyp (revision 88158)
|
| +++ plugin/plugin.gyp (working copy)
|
| @@ -311,14 +311,14 @@
|
| 'ldflags': [
|
| '-Wl,-znodelete',
|
| '-Wl,--gc-sections',
|
| - '<!@(pkg-config --libs-only-L xt)',
|
| + '<!@(<(pkg-config) --libs-only-L xt)',
|
| '<(as_needed_ldflags)',
|
| # Directs the linker to only generate dependencies on libraries
|
| # that we actually use. Must come last.
|
| '-Wl,--as-needed',
|
| ],
|
| 'libraries': [
|
| - '<!@(pkg-config --libs-only-l xt)',
|
| + '<!@(<(pkg-config) --libs-only-l xt)',
|
| ],
|
| 'conditions' : [
|
| ['plugin_rpath != ""',
|
|
|