summaryrefslogtreecommitdiff
path: root/xmake/core/ui/log.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-22 23:50:51 +0800
committerruki <[email protected]>2020-04-22 17:05:10 +0800
commit00f34ec89f7735b45a3ecdb55f0952d545d73cbb (patch)
tree805b1ebb127cc86f94f1ecc6dd883294337ef00d /xmake/core/ui/log.lua
parent05df31effcfc9bc701387e1383b678f0914241be (diff)
pass engine name
Diffstat (limited to 'xmake/core/ui/log.lua')
-rw-r--r--xmake/core/ui/log.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/ui/log.lua b/xmake/core/ui/log.lua
index 165dbe9ae..3fd8ef922 100644
--- a/xmake/core/ui/log.lua
+++ b/xmake/core/ui/log.lua
@@ -28,7 +28,7 @@ local log = log or (function ()
-- get log directory
local logdir = nil
if os.isfile(os.projectfile()) then
- logdir = path.join(os.projectdir(), ".xmake")
+ logdir = path.join(os.projectdir(), "." .. xmake._NAME)
else
logdir = os.tmpdir()
end