File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 277
277
shared_optgroup .add_argument ('--shared-http-parser-libname' ,
278
278
action = 'store' ,
279
279
dest = 'shared_http_parser_libname' ,
280
- default = 'http_parser ' ,
280
+ default = 'llhttp ' ,
281
281
help = 'alternative lib name to link to [default: %(default)s]' )
282
282
283
283
shared_optgroup .add_argument ('--shared-http-parser-libpath' ,
@@ -2265,7 +2265,7 @@ def make_bin_override():
2265
2265
configure_node_cctest_sources (output )
2266
2266
configure_napi (output )
2267
2267
configure_library ('zlib' , output )
2268
- configure_library ('http_parser' , output )
2268
+ configure_library ('http_parser' , output , pkgname = 'libllhttp' )
2269
2269
configure_library ('libuv' , output )
2270
2270
configure_library ('ada' , output )
2271
2271
configure_library ('simdjson' , output )
You can’t perform that action at this time.
0 commit comments