diff options
| author | ruki <[email protected]> | 2022-09-17 00:45:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-17 00:45:08 +0800 |
| commit | 381943268a80906c3d0b0cfb06a15beb74cb4995 (patch) | |
| tree | 57dc01fb185c45403352d7ffb3faf43c401a033f /xmake/modules/package/tools/meson.lua | |
| parent | 0e847cf645cdce6d70a3c202a5b61605a054a205 (diff) | |
add tips
Diffstat (limited to 'xmake/modules/package/tools/meson.lua')
| -rw-r--r-- | xmake/modules/package/tools/meson.lua | 1 |
1 files changed, 1 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 |
