diff options
| author | ruki <[email protected]> | 2022-09-16 22:37:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-16 22:37:32 +0800 |
| commit | 5febbdf508db8463f765ca51c6901eb44c63eeca (patch) | |
| tree | 51f576a48cf351a7b643deb2367ebf153b5a5957 | |
| parent | 6a5df1918f558f6824b85b1c7562d580b4b4205f (diff) | |
fix tips
| -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) |
