From 3a153263bb876ea1447cc8d747a76d5ba41d6047 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 2 Dec 2020 23:10:53 +0800 Subject: fix trybuild bug --- xmake/actions/config/main.lua | 8 ++++---- 1 file 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 -- cgit v1.3.1