mirror of https://github.com/nodejs/node.git
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>
pull/2210/merge
parent
73cdcdd581
commit
f90f1e75bb
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
'type': 'loadable_module',
|
'type': 'loadable_module',
|
||||||
'win_delay_load_hook': 'false',
|
'win_delay_load_hook': 'true',
|
||||||
'product_prefix': '',
|
'product_prefix': '',
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
|
Loading…
Reference in New Issue