PR-URL: https://github.com/nodejs/node/pull/54012 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
9 lines
144 B
Python
9 lines
144 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'defines': [ 'NAPI_EXPERIMENTAL' ],
|
|
}
|
|
]
|
|
}
|