diff options
| author | ruki <[email protected]> | 2023-12-12 23:23:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-12 23:23:22 +0800 |
| commit | 818bc24a309ea3559c2ffa4f5035d66f8af602b4 (patch) | |
| tree | 5ba1cb3387131d8b8c213317b599e86a60130404 /xmake/modules/package/tools/meson.lua | |
| parent | 875332d80dcfe30e0d31156d5b6e4936665e6163 (diff) | |
fix meson
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 7a99d166d..56fc35bc4 100644 --- a/xmake/modules/package/tools/meson.lua +++ b/xmake/modules/package/tools/meson.lua @@ -26,6 +26,7 @@ import("core.tool.linker") import("core.tool.compiler") import("lib.detect.find_tool") import("private.utils.executable_path") +import("private.utils.toolchain", {alias = "toolchain_utils"}) -- get build directory function _get_buildir(package, opt) |
