Skip to content

Commit

Permalink
Update binding for electron 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
trodi committed Jan 29, 2019
1 parent 76e59fd commit 4a31922
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 @@ -18,7 +18,8 @@
'targets': [
{
'target_name': 'edge_coreclr',
'win_delay_load_hook': 'false',
# Electron 4.x requires this to be true
'win_delay_load_hook': 'true',
'include_dirs': [
"<!(node -e \"require('nan')\")"
],
Expand Down

0 comments on commit 4a31922

Please sign in to comment.