2019-10-08 04:51:59 +00:00
|
|
|
diff -urN a/node.gypi b/node.gypi
|
|
|
|
--- a/node.gypi 2019-09-05 00:36:25.000000000 +0900
|
|
|
|
+++ b/node.gypi 2019-09-13 09:57:54.073191914 +0900
|
2020-02-14 02:59:48 +00:00
|
|
|
@@ -149,6 +149,10 @@
|
2019-10-08 04:51:59 +00:00
|
|
|
'deps/http_parser/http_parser.gyp:http_parser',
|
|
|
|
'deps/llhttp/llhttp.gyp:llhttp'
|
|
|
|
],
|
|
|
|
+ }, {
|
|
|
|
+ 'dependencies': [
|
|
|
|
+ 'deps/llhttp/llhttp.gyp:llhttp'
|
|
|
|
+ ],
|
|
|
|
} ],
|
|
|
|
|
|
|
|
[ 'node_shared_cares=="false"', {
|