diff options
author | Bert Belder <bertbelder@gmail.com> | 2015-04-15 13:58:50 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-07-21 11:55:15 -0700 |
commit | f90f1e75bb8aa5359cffc2539b31a7cd3d866913 (patch) | |
tree | a1df428c5e70229bfe07ef08d9f7ff442094cb26 /deps/npm/node_modules | |
parent | 73cdcdd5813fe27ad000876a4555e6a3a239d43b (diff) | |
download | node-new-f90f1e75bb8aa5359cffc2539b31a7cd3d866913.tar.gz |
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>
Diffstat (limited to 'deps/npm/node_modules')
-rw-r--r-- | deps/npm/node_modules/node-gyp/addon.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/node-gyp/addon.gypi b/deps/npm/node_modules/node-gyp/addon.gypi index 39b1994b67..09ee70d9c2 100644 --- a/deps/npm/node_modules/node-gyp/addon.gypi +++ b/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': [ |