summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/package/tools/meson.lua1
-rw-r--r--xmake/modules/private/action/trybuild/meson.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/package/tools/meson.lua b/xmake/modules/package/tools/meson.lua
index c3a85b89e..8cb82c5a6 100644
--- a/xmake/modules/package/tools/meson.lua
+++ b/xmake/modules/package/tools/meson.lua
@@ -181,6 +181,7 @@ function _get_cross_file(package, opt)
file:print("endian = 'little'")
elseif package:is_plat("android") then
-- TODO
+ raise("android has been not supported now!")
elseif package:is_plat("mingw") then
local cpu
local cpu_family
diff --git a/xmake/modules/private/action/trybuild/meson.lua b/xmake/modules/private/action/trybuild/meson.lua
index 739e440f3..0530702e6 100644
--- a/xmake/modules/private/action/trybuild/meson.lua
+++ b/xmake/modules/private/action/trybuild/meson.lua
@@ -167,6 +167,7 @@ function _get_cross_file(buildir)
file:print("endian = 'little'")
elseif is_plat("android") then
-- TODO
+ raise("android has been not supported now!")
elseif is_plat("mingw") then
local cpu
local cpu_family