diff options
Diffstat (limited to 'xmake/scripts/base/project.lua')
| -rw-r--r-- | xmake/scripts/base/project.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmake/scripts/base/project.lua b/xmake/scripts/base/project.lua index 19da97029..bad0e215f 100644 --- a/xmake/scripts/base/project.lua +++ b/xmake/scripts/base/project.lua @@ -419,12 +419,7 @@ function project._make_options(configs) end -- trace - utils.verbose("checking %s ...: %s", k, utils.ifelse(o, "ok", "no")) - - else - - -- trace - utils.verbose("checking %s ...: %s", k, "ok") + utils.verbose("checking for %s ... %s", k, utils.ifelse(o, "ok", "no")) end end end |
