aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current/unbundle-uv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/nodejs-current/unbundle-uv.patch')
-rw-r--r--community/nodejs-current/unbundle-uv.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/nodejs-current/unbundle-uv.patch b/community/nodejs-current/unbundle-uv.patch
index 9c600454843..28814557f9c 100644
--- a/community/nodejs-current/unbundle-uv.patch
+++ b/community/nodejs-current/unbundle-uv.patch
@@ -1,10 +1,10 @@
--- a/deps/uvwasi/uvwasi.gyp
+++ b/deps/uvwasi/uvwasi.gyp
-@@ -17,7 +17,6 @@
- 'src/wasi_rights.c',
+@@ -30,7 +30,6 @@
+ }],
+ [ 'node_shared_libuv=="false"', {
+ 'dependencies': [
+- '../uv/uv.gyp:libuv',
+ ],
+ }],
],
- 'dependencies': [
-- '../uv/uv.gyp:libuv',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': ['include']