diff options
| author | ruki <[email protected]> | 2025-10-21 23:15:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-21 23:15:56 +0800 |
| commit | 09b3221a0f0452f53bdfb67db8bed21be53d68a1 (patch) | |
| tree | 9732012b131cfcec08000f202be864722b3bbbab | |
| parent | fb4b7c9c85787e9447973ff9e52f1b3e96ecfc91 (diff) | |
fix config
| -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 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? |
