Skip to content

Commit

Permalink
add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemortensen committed Jul 13, 2020
1 parent 08824c3 commit c0ed076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"target_name": "binding",
"sources": [ "binding.cc" ],
"include_dirs": [ "<!(node -e \"require('nan')\")" ]
"include_dirs": [ "<!(node -e \"require('nan')\")" ],
"win_delay_load_hook": "true"
},
{
"target_name": "copy",
Expand Down

0 comments on commit c0ed076

Please sign in to comment.