diff options
| author | ruki <[email protected]> | 2025-12-03 21:07:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-03 21:07:24 +0800 |
| commit | a341c0d157853d62bf1537eee920f7822e3ef0d3 (patch) | |
| tree | 42480f5610cadeccb071ee18d5a203e75c7f5e34 | |
| parent | 97dbc34c17b4bf2e37dfad2f8e4dc211d658e439 (diff) | |
update comments
| -rw-r--r-- | xmake/modules/private/check/checkers/syntax.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/check/checkers/syntax.lua b/xmake/modules/private/check/checkers/syntax.lua index 29cee655d..85373b568 100644 --- a/xmake/modules/private/check/checkers/syntax.lua +++ b/xmake/modules/private/check/checkers/syntax.lua @@ -163,7 +163,7 @@ function main(argv) -- enter project directory local oldir = os.cd(project.directory()) - -- it will call on_config + -- it will call on_config to add some missing flags in rules project.load_targets() -- validate targets and enable syntax-only |
