mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/60473 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
14 lines
247 B
Python
14 lines
247 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_dataview",
|
|
"sources": [
|
|
"test_dataview.c"
|
|
],
|
|
|
|
# For node_api_is_sharedarraybuffer
|
|
'defines': [ 'NAPI_EXPERIMENTAL', 'NODE_API_EXPERIMENTAL_NO_WARNING' ]
|
|
}
|
|
]
|
|
}
|