diff options
| author | ruki <[email protected]> | 2017-02-21 11:28:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-21 11:28:30 +0800 |
| commit | 4d635c3a48b87f92866ebfbc229558becf896158 (patch) | |
| tree | ee06a532b0f10dfe889f869b5e6981d888770336 /xmake/core/base/os.lua | |
| parent | 02aa42bce096ac637a932c2c96cf0d538746308a (diff) | |
add dlang languages and tools for macosx
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 |
