mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
|
{
|
||
|
'targets': [
|
||
|
{
|
||
|
'target_name': 'binding',
|
||
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
||
|
'sources': [ 'binding.cc' ]
|
||
|
}
|
||
|
]
|
||
|
}
|