diff options
Diffstat (limited to 'xmake/scripts/base/utils.lua')
| -rw-r--r-- | xmake/scripts/base/utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/utils.lua b/xmake/scripts/base/utils.lua index 1c05fd480..59cfc4cd0 100644 --- a/xmake/scripts/base/utils.lua +++ b/xmake/scripts/base/utils.lua @@ -30,7 +30,7 @@ end -- the verbose function function utils.verbose(msg, ...) - if xmake._VERBOSE then + if xmake._OPTIONS.verbose then print(string.format(msg, ...)) end end |
