From 5febbdf508db8463f765ca51c6901eb44c63eeca Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 16 Sep 2022 22:37:32 +0800 Subject: fix tips --- xmake/modules/package/tools/meson.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1