diff options
| -rw-r--r-- | xmake/actions/config/main.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 30a300a42..b28488903 100644 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -306,11 +306,11 @@ force to build in current directory via run `xmake -P .`]], os.projectdir()) generate_configfiles() generate_configheader() end - end - -- check target toolchains - if recheck then - _check_target_toolchains() + -- check target toolchains + if recheck then + _check_target_toolchains() + end end -- dump config |
