12 lines
215 B
Diff
12 lines
215 B
Diff
|
--- a/src/ghc/filesystem.hpp
|
||
|
+++ b/src/ghc/filesystem.hpp
|
||
|
@@ -4884,7 +4884,7 @@
|
||
|
return path(temp_path);
|
||
|
}
|
||
|
}
|
||
|
- return path("/tmp");
|
||
|
+ return path("@TERMUX_PREFIX@/tmp");
|
||
|
#endif
|
||
|
}
|
||
|
|