mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 14:16:17 +01:00
Ensure node-addon-api include path is array context
Need to revert to scalar context after node-addon-api v3.0.2
This commit is contained in:
@@ -95,7 +95,7 @@
|
|||||||
'src/sharp.cc'
|
'src/sharp.cc'
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<!(node -p "require(\'node-addon-api\').include")',
|
'<!@(node -p "require(\'node-addon-api\').include")',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['use_global_libvips == "true"', {
|
['use_global_libvips == "true"', {
|
||||||
|
|||||||
Reference in New Issue
Block a user