-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Description
Termux already exports PREFIX; could it export TMPDIR as well?
I'm looking at compiling a Go application that makes frequent use of ioutil.TempFile. I could patch all the usages, or I could patch the Go runtime itself, but as Go respects TMPDIR, defining it by default in Termux would be the easiest solution.
Note TMPDIR is a Unix standard and many programs will respect it.
Metadata
Metadata
Assignees
Labels
No labels