diff options
| author | ruki <[email protected]> | 2020-02-09 23:16:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-09 23:16:49 +0800 |
| commit | 3d9793b409408ff451c3cce49043bb827d715b3b (patch) | |
| tree | d24d767004aa4137746e105d754b0fc11e10d5b0 /xmake/modules/private/platform/check_arch.lua | |
| parent | 204d204c230eccfa459752c71ca3651522ecefcd (diff) | |
fix check tip colors
Diffstat (limited to 'xmake/modules/private/platform/check_arch.lua')
| -rw-r--r-- | xmake/modules/private/platform/check_arch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/platform/check_arch.lua b/xmake/modules/private/platform/check_arch.lua index 34983a422..4e67f8ae9 100644 --- a/xmake/modules/private/platform/check_arch.lua +++ b/xmake/modules/private/platform/check_arch.lua @@ -32,7 +32,7 @@ function main(config, default) config.set("arch", default or os.arch()) -- trace - cprint("checking for the architecture ... ${green}%s", config.get("arch")) + cprint("checking for the architecture ... ${color.success}%s", config.get("arch")) end end |
