diff options
| -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 b834a4790..0683bbc81 100644 --- a/xmake/rules/plugin/compile_commands/xmake.lua +++ b/xmake/rules/plugin/compile_commands/xmake.lua @@ -42,7 +42,7 @@ rule("plugin.compile_commands.autoupdate") return end - -- run only once for all xmake process in vs + -- run only once for all xmake process local tmpfile = path.join(config.buildir(), ".gens", "rules", "plugin.compile_commands.autoupdate") local dependfile = tmpfile .. ".d" local lockfile = io.openlock(tmpfile .. ".lock") |
