diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-26 14:27:52 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-26 14:27:52 +0000 |
| commit | f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0 (patch) | |
| tree | 8e20067113bc2600a5edbfacedb9a942152f8340 /nodejs/unbundle-uv.patch | |
| parent | 5c389352778b911ac9df974320e8af1d85861a81 (diff) | |
| download | alicelinux-f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0.tar.gz alicelinux-f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0.zip | |
Woodpecker CI 13608c4ce852ed8cb2385aa82504a95e84c9c5d7 [SKIP CI]
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', + ], + }], + ], |