From 09b3221a0f0452f53bdfb67db8bed21be53d68a1 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Oct 2025 23:15:56 +0800 Subject: fix config --- xmake/modules/private/utils/target.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/private/utils/target.lua b/xmake/modules/private/utils/target.lua index 2b361e691..d06f1293c 100644 --- a/xmake/modules/private/utils/target.lua +++ b/xmake/modules/private/utils/target.lua @@ -21,6 +21,7 @@ -- imports import("core.base.option") import("core.base.hashset") +import("core.project.config") import("core.project.project") -- Is this target has these tools? -- cgit v1.3.1