diff options
Diffstat (limited to 'community/nodejs-current/unbundle-uv.patch')
-rw-r--r-- | community/nodejs-current/unbundle-uv.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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'] |