Skip to content

Commit a021c17

Browse files
committed
squash! update binding.gyp
1 parent 182151c commit a021c17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/node-api/test_buffer/binding.gyp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
{
44
"target_name": "test_buffer",
55
"defines": [
6-
'NAPI_VERSION=10'
6+
"NAPI_EXPERIMENTAL",
7+
"NAPI_VERSION=10",
8+
"NODE_API_EXPERIMENTAL_NO_WARNING"
79
],
810
"sources": [ "test_buffer.c" ]
911
},

0 commit comments

Comments
 (0)