From 7a4c689912842e31dbd18b94dc4ff721268775b3 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/33685 Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Gus Caplan Reviewed-By: Michaƫl Zasso --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.gyp b/node.gyp index 3b52a1d3cf3006..f870104f962364 100644 --- a/node.gyp +++ b/node.gyp @@ -643,7 +643,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',