aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2015-04-15 13:58:50 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-21 11:55:15 -0700
commitf90f1e75bb8aa5359cffc2539b31a7cd3d866913 (patch)
treea1df428c5e70229bfe07ef08d9f7ff442094cb26 /deps/npm/node_modules/node-gyp
parent73cdcdd5813fe27ad000876a4555e6a3a239d43b (diff)
downloadandroid-node-v8-f90f1e75bb8aa5359cffc2539b31a7cd3d866913.tar.gz
android-node-v8-f90f1e75bb8aa5359cffc2539b31a7cd3d866913.tar.bz2
android-node-v8-f90f1e75bb8aa5359cffc2539b31a7cd3d866913.zip
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/node-gyp')
-rw-r--r--deps/npm/node_modules/node-gyp/addon.gypi2
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': [