diff options
| author | ruki <[email protected]> | 2025-10-21 22:52:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-21 22:52:51 +0800 |
| commit | bf69d4aa51d625cb6f27837aaf7e57cb32c61de4 (patch) | |
| tree | d2fba93f47b389e1fc10e9ff62b32166c559b693 | |
| parent | 09bd81144accabe2a7779b8d862559784a263f00 (diff) | |
add missing hashset
| -rw-r--r-- | xmake/modules/private/utils/target.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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? |
