diff options
| author | ruki <[email protected]> | 2023-08-09 23:08:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-09 23:08:35 +0800 |
| commit | 4182b1a29d085d59e1aca2389a2fc7ec53451885 (patch) | |
| tree | f3ba61a928dc1e73d95cb67dce513ee72c7b57af | |
| parent | de118dc14662fd52294aab72c4f0d3a45c54bf24 (diff) | |
improve comment
| -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") |
