summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-17 00:45:08 +0800
committerruki <[email protected]>2022-09-17 00:45:08 +0800
commit381943268a80906c3d0b0cfb06a15beb74cb4995 (patch)
tree57dc01fb185c45403352d7ffb3faf43c401a033f
parent0e847cf645cdce6d70a3c202a5b61605a054a205 (diff)
add tips
-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