diff options
| -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 |
