summaryrefslogtreecommitdiff
path: root/xmake/rules/plugin/vsxmake/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-24 22:38:29 +0800
committerruki <[email protected]>2025-04-24 10:24:45 +0800
commit9a69d05a1087691899587da2aeb1c37cea54c354 (patch)
treeec5394b2cbfa368d994c5b180dc6a9f87cde6640 /xmake/rules/plugin/vsxmake/xmake.lua
parentf1a41602879db55520c92458d1d52b494df66976 (diff)
rename config.buildir
Diffstat (limited to 'xmake/rules/plugin/vsxmake/xmake.lua')
-rw-r--r--xmake/rules/plugin/vsxmake/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/plugin/vsxmake/xmake.lua b/xmake/rules/plugin/vsxmake/xmake.lua
index 421f98cc1..f114665db 100644
--- a/xmake/rules/plugin/vsxmake/xmake.lua
+++ b/xmake/rules/plugin/vsxmake/xmake.lua
@@ -39,7 +39,7 @@ rule("plugin.vsxmake.autoupdate")
import("core.base.task")
-- run only once for all xmake process in vs
- local tmpfile = path.join(config.buildir(), ".gens", "rules", "plugin.vsxmake.autoupdate")
+ local tmpfile = path.join(config.builddir(), ".gens", "rules", "plugin.vsxmake.autoupdate")
local dependfile = tmpfile .. ".d"
local lockfile = io.openlock(tmpfile .. ".lock")
local kind = localcache.get("vsxmake", "kind")