From 818bc24a309ea3559c2ffa4f5035d66f8af602b4 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 12 Dec 2023 23:23:22 +0800 Subject: fix meson --- xmake/modules/package/tools/meson.lua | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.3.1