Skip to content

Commit

Permalink
update configure
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 15, 2024
1 parent 8ada0ab commit 861513a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ _os_tryrm() {
}

# get temporary file
# https://github.com/xmake-io/xmake/issues/5464
_os_tmpfile() {
_ret=$(mktemp)
_ret=$(mktemp "${TMPDIR-/tmp}/tmp.XXXXXXXX")
}

# try run program
Expand Down

0 comments on commit 861513a

Please sign in to comment.