0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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>
This commit is contained in:
Bert Belder 2015-04-15 13:58:50 -07:00 committed by Jeremiah Senkpiel
parent b18c841ec1
commit dd523c75da

View File

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