From 91d8659342a7e57ddb3c655fb1cc1252814a5650 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Mon, 1 Jun 2020 23:46:29 +0800 Subject: [PATCH] build: fix node.gyp config --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.gyp b/node.gyp index 94b6846b2de54d..a5b95f428d450f 100644 --- a/node.gyp +++ b/node.gyp @@ -644,7 +644,7 @@ 'src/aliased_struct.h', 'src/aliased_struct-inl.h', 'src/allocated_buffer.h', - 'src/allocated_buffer-inl.h' + 'src/allocated_buffer-inl.h', 'src/async_wrap.h', 'src/async_wrap-inl.h', 'src/base_object.h',