Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2020-06-01 18:46:29 +0300
committerMichaël Zasso <targos@protonmail.com>2020-06-02 11:42:04 +0300
commit81f6dd66fe9e08875e1c96d65b6bce427cfe8b2d (patch)
tree242222ba636b3c84e98e9ff2a17d4a486f0399d5 /node.gyp
parentb1704e43475d0af2019c1cb1da1cd610473168d6 (diff)
build: fix node.gyp config
PR-URL: https://github.com/nodejs/node/pull/33685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 94b6846b2de..a5b95f428d4 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',