mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 02:50:15 +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'
|
||||
],
|
||||
'include_dirs': [
|
||||
'<!(node -p "require(\'node-addon-api\').include")',
|
||||
'<!@(node -p "require(\'node-addon-api\').include")',
|
||||
],
|
||||
'conditions': [
|
||||
['use_global_libvips == "true"', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user