summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-16 22:37:32 +0800
committerruki <[email protected]>2022-09-16 22:37:32 +0800
commit5febbdf508db8463f765ca51c6901eb44c63eeca (patch)
tree51f576a48cf351a7b643deb2367ebf153b5a5957 /xmake
parent6a5df1918f558f6824b85b1c7562d580b4b4205f (diff)
fix tips
Diffstat (limited to 'xmake')
-rw-r--r--xmake/modules/package/tools/meson.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/meson.lua b/xmake/modules/package/tools/meson.lua
index f23b399cd..6a0463492 100644
--- a/xmake/modules/package/tools/meson.lua
+++ b/xmake/modules/package/tools/meson.lua
@@ -165,7 +165,7 @@ function _get_cross_file(package, opt)
cpu = "i686"
cpu_family = "x86"
else
- raise("unsupprted arch(%s)", package:arch())
+ raise("unsupported arch(%s)", package:arch())
end
file:print("system = 'windows'")
file:print("cpu_family = '%s'", cpu_family)