summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2020-06-01 23:46:29 +0800
committerMichaël Zasso <targos@protonmail.com>2020-06-02 10:42:04 +0200
commit81f6dd66fe9e08875e1c96d65b6bce427cfe8b2d (patch)
tree242222ba636b3c84e98e9ff2a17d4a486f0399d5 /node.gyp
parentb1704e43475d0af2019c1cb1da1cd610473168d6 (diff)
downloadios-node-v8-81f6dd66fe9e08875e1c96d65b6bce427cfe8b2d.tar.gz
ios-node-v8-81f6dd66fe9e08875e1c96d65b6bce427cfe8b2d.tar.bz2
ios-node-v8-81f6dd66fe9e08875e1c96d65b6bce427cfe8b2d.zip
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 94b6846b2d..a5b95f428d 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',