mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 19:10:14 +02: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:
parent
4d42bed4f8
commit
b586c2146f
@ -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"', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user