mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
f644368e7c
PR-URL: https://github.com/nodejs/node/pull/6652 Reviewed-By: Anna Henningsen <anna@addaleax.net>
10 lines
151 B
Python
10 lines
151 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
|
'sources': [ 'binding.cc' ]
|
|
}
|
|
]
|
|
}
|