summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-16 23:46:19 +0800
committerruki <[email protected]>2020-12-16 23:46:19 +0800
commitc0aafd82e851cbdbba2292e02df4ac23d00f9ae6 (patch)
treeb7dea7f53c621ac4d1735782ec4032066d95c9cf /xmake/modules
parentacb182fce388de57b6f7262087e1e27ae3d71b41 (diff)
improve to find default platform
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/detect/find_platform.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/detect/find_platform.lua b/xmake/modules/private/detect/find_platform.lua
index 26a09cc0e..d366260b6 100644
--- a/xmake/modules/private/detect/find_platform.lua
+++ b/xmake/modules/private/detect/find_platform.lua
@@ -139,7 +139,7 @@ function main(opt)
end
if not opt.arch and not config.get("arch") then
config.set("arch", arch)
- cprint("checking for architecture ... ${color.success}%s", plat)
+ cprint("checking for architecture ... ${color.success}%s", arch)
end
end
return plat, arch