mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 01:47:03 +00:00

PR-URL: https://github.com/nodejs/node/pull/6652 Reviewed-By: Anna Henningsen <anna@addaleax.net>
11 lines
189 B
Python
11 lines
189 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
|
'sources': [ 'binding.cc' ],
|
|
'win_delay_load_hook': 'false'
|
|
}
|
|
]
|
|
}
|