diff options
| author | ruki <[email protected]> | 2025-10-28 08:59:21 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-28 08:59:21 +0800 |
| commit | 6455b960bacd109a64d58c078de693a6ede538e3 (patch) | |
| tree | cc4fa9ae0723942358f405458ec6bfa0ab561a91 | |
| parent | a4085b28cf8d0a830fd6315e757ebcc5763cbeda (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/rules/swift/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/swift/xmake.lua b/xmake/rules/swift/xmake.lua index c012ba3cb..10434968b 100644 --- a/xmake/rules/swift/xmake.lua +++ b/xmake/rules/swift/xmake.lua @@ -75,7 +75,6 @@ rule("swift.interop", function() import("core.tool.compiler") import("core.language.language") import("core.project.depend") - import("core.cache.localcache") local function _get_target_cpp_langflags() local cpp_langflags = _g.cpp_langflags |
