Skip to content

Commit ea23870

Browse files
santigimenoruyadorno
authored andcommitted
deps: add missing thread-common.c in uv.gyp
PR-URL: #49410 Backport-PR-URL: #49591 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> PR-URL: #48078
1 parent 7dc731d commit ea23870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/uv/uv.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'src/strscpy.h',
8181
'src/strtok.c',
8282
'src/strtok.h',
83+
'src/thread-common.c',
8384
'src/threadpool.c',
8485
'src/timer.c',
8586
'src/uv-data-getter-setters.c',

0 commit comments

Comments
 (0)