From bf69d4aa51d625cb6f27837aaf7e57cb32c61de4 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Oct 2025 22:52:51 +0800 Subject: add missing hashset --- 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 07a4932ad..2b361e691 100644 --- a/xmake/modules/private/utils/target.lua +++ b/xmake/modules/private/utils/target.lua @@ -20,6 +20,7 @@ -- imports import("core.base.option") +import("core.base.hashset") import("core.project.project") -- Is this target has these tools? -- cgit v1.3.1