Skip to content

Commit

Permalink
Handle spaces within installation directory path (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhayes-dev authored Apr 14, 2023
1 parent 7778a6a commit cd692d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'src/bindings.cc'
],
'include_dirs' : [
"<!@(node -p \"require('node-addon-api').include\")"
"<!(node -p \"require('node-addon-api').include_dir\")"
],
'dependencies': [
"<!(node -p \"require('node-addon-api').gyp\")"
Expand Down

0 comments on commit cd692d3

Please sign in to comment.