Files
termux-packages/packages/yosys/kernel-io.cc.patch
termux-pacman-bot 944624c45c bump(main/yosys): 0.52
Rebase kernel-yosys.cc.patch file after the following commit.
4f3fdc8457
2025-04-09 07:07:24 +00:00

12 lines
193 B
Diff

--- a/kernel/io.cc
+++ b/kernel/io.cc
@@ -176,7 +176,7 @@
tmpdir.pop_back();
}
} else {
- tmpdir.assign("/tmp");
+ tmpdir.assign("@TERMUX_PREFIX@/tmp");
}
#endif
return tmpdir;