summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-12 23:23:22 +0800
committerruki <[email protected]>2023-12-12 23:23:22 +0800
commit818bc24a309ea3559c2ffa4f5035d66f8af602b4 (patch)
tree5ba1cb3387131d8b8c213317b599e86a60130404
parent875332d80dcfe30e0d31156d5b6e4936665e6163 (diff)
fix meson
-rw-r--r--xmake/modules/package/tools/meson.lua1
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)