mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 01:50:33 +00:00
13 lines
464 B
Diff
13 lines
464 B
Diff
diff '--color=auto' -uNr node-v18.0.0.orig/deps/uv/src/unix/core.c node-v18.0.0/deps/uv/src/unix/core.c
|
|
--- node-v18.0.0.orig/deps/uv/src/unix/core.c 2022-04-21 15:15:32.621869790 +0530
|
|
+++ node-v18.0.0/deps/uv/src/unix/core.c 2022-04-21 15:29:22.728123998 +0530
|
|
@@ -1125,7 +1125,7 @@
|
|
|
|
/* No temp environment variables defined */
|
|
#if defined(__ANDROID__)
|
|
- buf = "/data/local/tmp";
|
|
+ buf = "@TERMUX_PREFIX@/tmp";
|
|
#else
|
|
buf = "/tmp";
|
|
#endif
|