diff options
| author | ruki <[email protected]> | 2025-04-24 22:38:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-24 10:24:45 +0800 |
| commit | 9a69d05a1087691899587da2aeb1c37cea54c354 (patch) | |
| tree | ec5394b2cbfa368d994c5b180dc6a9f87cde6640 /xmake/rules/plugin/compile_commands | |
| parent | f1a41602879db55520c92458d1d52b494df66976 (diff) | |
rename config.buildir
Diffstat (limited to 'xmake/rules/plugin/compile_commands')
| -rw-r--r-- | xmake/rules/plugin/compile_commands/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/plugin/compile_commands/xmake.lua b/xmake/rules/plugin/compile_commands/xmake.lua index 06e7e67a1..d2f83fc95 100644 --- a/xmake/rules/plugin/compile_commands/xmake.lua +++ b/xmake/rules/plugin/compile_commands/xmake.lua @@ -43,7 +43,7 @@ rule("plugin.compile_commands.autoupdate") end -- run only once for all xmake process - local tmpfile = path.join(config.buildir(), ".gens", "rules", "plugin.compile_commands.autoupdate") + local tmpfile = path.join(config.builddir(), ".gens", "rules", "plugin.compile_commands.autoupdate") local dependfile = tmpfile .. ".d" local lockfile = io.openlock(tmpfile .. ".lock") if lockfile:trylock() then |
