mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 20:53:29 +00:00

Fix the following error message in windows using VS 2013: LINK : fatal error LNK1194: cannot delay-load 'node.exe' due to import of data symbol '"__declspec(dllimport) const v8::OutputStream::`vftable'" (__imp_??_7OutputStream@v8@@6B@)'; link without /DELAYLOAD:node.exe PR-URL: https://github.com/nodejs/node/pull/3572 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 lines
139 B
Python
10 lines
139 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'win_delay_load_hook': 'false'
|
|
}
|
|
]
|
|
}
|