diff options
| -rw-r--r-- | xmake/modules/package/tools/meson.lua | 2 |
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) |
