mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
Set `win_delay_load_hook` to `false` to avoid linker error. PR-URL: https://github.com/nodejs/node/pull/59805 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
11 lines
178 B
Python
11 lines
178 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'win_delay_load_hook': 'false',
|
|
'includes': ['../common.gypi'],
|
|
}
|
|
]
|
|
}
|