aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-10-25 18:10:33 +0300
committerAndy Postnikov <apostnikov@gmail.com>2019-11-03 02:02:28 +0200
commit13f69e36c8621e039fa69fa14701fffe6c651915 (patch)
tree17e255e658a70116fe85a694664eb163ea36a416 /community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
parent38693c8a17854105add7b52e2ed4bae410f59956 (diff)
community/nodejs-current: upgrade to 13.0.1
Diffstat (limited to 'community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch')
-rw-r--r--community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch b/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
index db2ab01c66e..35a0153353e 100644
--- a/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
+++ b/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
@@ -13,8 +13,8 @@ Node.js 7.2.0
echo "'test-code-cache' target is a noop"
out/Makefile: config.gypi common.gypi node.gyp \
-- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \
-+ deps/http_parser/http_parser.gyp \
+- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
++ deps/llhttp/llhttp.gyp \
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
$(PYTHON) tools/gyp_node.py -f make