Skip to content

Commit 4e151a4

Browse files
committed
fix: build undefined symbol sf_parser_init
1 parent bd0b704 commit 4e151a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/ngtcp2/ngtcp2.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
'nghttp3/lib/nghttp3_unreachable.c',
8282
'nghttp3/lib/nghttp3_vec.c',
8383
'nghttp3/lib/nghttp3_version.c',
84-
# sfparse is also used by nghttp2 and is included by nghttp2.gyp
85-
# 'nghttp3/lib/sfparse.c'
84+
'nghttp3/lib/sfparse.c'
8685
]
8786
},
8887
'targets': [

0 commit comments

Comments
 (0)