diff options
| author | ruki <[email protected]> | 2020-12-02 23:10:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-02 23:10:53 +0800 |
| commit | 3a153263bb876ea1447cc8d747a76d5ba41d6047 (patch) | |
| tree | 94ed64fe2c23411c4cb3cce36dcc7e2d4237c3aa | |
| parent | 6a8e66725e2b9de63bc1d17a195cea4b634d04b2 (diff) | |
fix trybuild bug
| -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 |
