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 277277shared_optgroup .add_argument ('--shared-http-parser-libname' ,
278278 action = 'store' ,
279279 dest = 'shared_http_parser_libname' ,
280- default = 'http_parser ' ,
280+ default = 'llhttp ' ,
281281 help = 'alternative lib name to link to [default: %(default)s]' )
282282
283283shared_optgroup .add_argument ('--shared-http-parser-libpath' ,
@@ -2265,7 +2265,7 @@ def make_bin_override():
22652265configure_node_cctest_sources (output )
22662266configure_napi (output )
22672267configure_library ('zlib' , output )
2268- configure_library ('http_parser' , output )
2268+ configure_library ('http_parser' , output , pkgname = 'libllhttp' )
22692269configure_library ('libuv' , output )
22702270configure_library ('ada' , output )
22712271configure_library ('simdjson' , output )
You can’t perform that action at this time.
0 commit comments