0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-09 23:55:29 +00:00
Files
termux-packages/packages/yosys/kernel-io.cc.patch
Biswapriyo Nath 1816b4c4ed bump(main/yosys): 0.52
Rebase kernel-yosys.cc.patch file after the following commit.
4f3fdc8457
2025-04-09 12:36:38 +05:30

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;