summaryrefslogtreecommitdiff
path: root/xmake/modules/private/platform/check_arch.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-09 23:16:49 +0800
committerruki <[email protected]>2020-02-09 23:16:49 +0800
commit3d9793b409408ff451c3cce49043bb827d715b3b (patch)
treed24d767004aa4137746e105d754b0fc11e10d5b0 /xmake/modules/private/platform/check_arch.lua
parent204d204c230eccfa459752c71ca3651522ecefcd (diff)
fix check tip colors
Diffstat (limited to 'xmake/modules/private/platform/check_arch.lua')
-rw-r--r--xmake/modules/private/platform/check_arch.lua2
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