diff --git a/node.gypi b/node.gypi index c07b5ea704..c08493efbe 100644 --- a/node.gypi +++ b/node.gypi @@ -174,6 +174,12 @@ ], } ], + [ 'node_shared_http_parser=="true"', { + 'dependencies': [ + 'deps/llhttp/llhttp.gyp:llhttp' + ], + } ], + [ 'node_shared_cares=="false"', { 'dependencies': [ 'deps/cares/cares.gyp:cares' ], }],