Skip to content

Commit

Permalink
Ensure node-addon-api include path is array context
Browse files Browse the repository at this point in the history
Need to revert to scalar context after node-addon-api v3.0.2
  • Loading branch information
lovell committed Aug 14, 2020
1 parent 4d42bed commit b586c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -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"', {
Expand Down

0 comments on commit b586c21

Please sign in to comment.