diff options
Diffstat (limited to 'nodejs/unbundle-uv.patch')
| -rw-r--r-- | nodejs/unbundle-uv.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nodejs/unbundle-uv.patch b/nodejs/unbundle-uv.patch new file mode 100644 index 00000000..28814557 --- /dev/null +++ b/nodejs/unbundle-uv.patch @@ -0,0 +1,10 @@ +--- a/deps/uvwasi/uvwasi.gyp ++++ b/deps/uvwasi/uvwasi.gyp +@@ -30,7 +30,6 @@ + }], + [ 'node_shared_libuv=="false"', { + 'dependencies': [ +- '../uv/uv.gyp:libuv', + ], + }], + ], |