summaryrefslogtreecommitdiff
path: root/xmake/platforms/android/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-18 22:36:07 +0800
committerruki <[email protected]>2020-09-18 22:36:07 +0800
commitc24f886427d8e8e28d558366946d512a7e92b428 (patch)
tree22ea7bc684331f6e8aad4d35e599f33ed52d17ff /xmake/platforms/android/xmake.lua
parent97fdf4e120b14782e0f99d3e49634fc2432e039d (diff)
improve checking tips
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
-rw-r--r--xmake/platforms/android/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua
index 27bea1645..fa1e26559 100644
--- a/xmake/platforms/android/xmake.lua
+++ b/xmake/platforms/android/xmake.lua
@@ -48,7 +48,7 @@ platform("android")
local arch = config.get("arch")
if not arch then
config.set("arch", "armeabi-v7a")
- cprint("checking for the architecture ... ${color.success}%s", config.get("arch"))
+ cprint("checking for architecture ... ${color.success}%s", config.get("arch"))
end
end)