From 6b8aaffffc0b9669d884e07e5fd0d49680ba5ef3 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Wed, 15 Apr 2020 16:34:23 +0300 Subject: community/nodejs-current: unbundle brotli and port changes from main --- community/nodejs-current/unbundle-uv.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/nodejs-current/unbundle-uv.patch (limited to 'community/nodejs-current/unbundle-uv.patch') diff --git a/community/nodejs-current/unbundle-uv.patch b/community/nodejs-current/unbundle-uv.patch new file mode 100644 index 0000000000..38025e8c7e --- /dev/null +++ b/community/nodejs-current/unbundle-uv.patch @@ -0,0 +1,10 @@ +--- a/deps/uvwasi/uvwasi.gyp ++++ b/deps/uvwasi/uvwasi.gyp +@@ -16,7 +16,6 @@ + 'src/wasi_rights.c', + ], + 'dependencies': [ +- '../uv/uv.gyp:libuv', + ], + 'direct_dependent_settings': { + 'include_dirs': ['include'] -- cgit v1.2.3