Skip to content

Commit 7a4c689

Browse files
gengjiawencodebytere
authored andcommitted
build: fix node.gyp config
PR-URL: #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>
1 parent b162c53 commit 7a4c689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
'src/aliased_struct.h',
644644
'src/aliased_struct-inl.h',
645645
'src/allocated_buffer.h',
646-
'src/allocated_buffer-inl.h'
646+
'src/allocated_buffer-inl.h',
647647
'src/async_wrap.h',
648648
'src/async_wrap-inl.h',
649649
'src/base_object.h',

0 commit comments

Comments
 (0)