diff options
Diffstat (limited to 'xmake/core/base/os.lua')
| -rw-r--r-- | xmake/core/base/os.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 6928e293b..9fcae713a 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -416,7 +416,7 @@ end function os.tmpfile() -- make it - return path.join(os.tmpdir(), (os.uuid():gsub("-", ""))) + return path.join(os.tmpdir(), "_" .. (os.uuid():gsub("-", ""))) end -- run shell |
