Browse Source

win,node-gyp: enable delay-load hook by default

The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe
for more background.

PR-URL: https://github.com/iojs/io.js/pull/1433
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
v2.3.1-release
Bert Belder 10 years ago
committed by Jeremiah Senkpiel
parent
commit
91d0a8b19c
  1. 2
      deps/npm/node_modules/node-gyp/addon.gypi

2
deps/npm/node_modules/node-gyp/addon.gypi

@ -1,7 +1,7 @@
{
'target_defaults': {
'type': 'loadable_module',
'win_delay_load_hook': 'false',
'win_delay_load_hook': 'true',
'product_prefix': '',
'include_dirs': [

Loading…
Cancel
Save