summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua2
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