Skip to content

Commit

Permalink
Fix building in path with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmesa-gitkraken committed Jul 8, 2024
1 parent 697f9a0 commit 30bdf10
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 @@ -9,7 +9,7 @@
],
"include_dirs": [
"includes",
"<!@(node -p \"require('node-addon-api').include\")"
"<!(node -p \"require('node-addon-api').include_dir\")"
],
"cflags!": ["-fno-exceptions"],
"cflags_cc!": ["-fno-exceptions"],
Expand Down

0 comments on commit 30bdf10

Please sign in to comment.