diff options
| author | ruki <[email protected]> | 2025-09-18 23:58:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-18 23:58:08 +0800 |
| commit | 47f7c581cc8daacdd109aeed3c007d908bc9ea42 (patch) | |
| tree | 6dbfd4b3fcc014b5a4c781baddf155c5ae03caf9 | |
| parent | 0d6ab60fa9c7e77ae4819417d4f8145661c03d09 (diff) | |
fix cl.has_flags
| -rw-r--r-- | xmake/modules/core/tools/cl/has_flags.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/cl/has_flags.lua b/xmake/modules/core/tools/cl/has_flags.lua index fe0429cda..48884b340 100644 --- a/xmake/modules/core/tools/cl/has_flags.lua +++ b/xmake/modules/core/tools/cl/has_flags.lua @@ -21,6 +21,7 @@ -- imports import("core.language.language") import("core.cache.global_detectcache") +import("core.base.hashset") -- attempt to check it from known flags function _check_from_knownargs(flags, opt) |
