summaryrefslogtreecommitdiff
path: root/deps/npm
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2015-04-15 13:58:50 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-06-10 09:20:45 -0700
commit91d0a8b19cceadf5d05f1d3a0f1616b9d0727be7 (patch)
treecb95d3a686406aa352dd89eb42ba4305124babf5 /deps/npm
parent2dc819b09af31b4edacfd3af8467c06c386492b4 (diff)
downloadandroid-node-v8-91d0a8b19cceadf5d05f1d3a0f1616b9d0727be7.tar.gz
android-node-v8-91d0a8b19cceadf5d05f1d3a0f1616b9d0727be7.tar.bz2
android-node-v8-91d0a8b19cceadf5d05f1d3a0f1616b9d0727be7.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')
-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': [