diff options
| author | ruki <[email protected]> | 2025-04-10 00:52:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-10 00:52:36 +0800 |
| commit | 93a2a58bf6f1654ded6275e39b9def0577ce1e5a (patch) | |
| tree | 2d9c6374c4d1216cbceea0b2a1b13f71a327a9a6 | |
| parent | db9a7049fbf5a870a167ee8b2683cc226dcaa55a (diff) | |
fix cxxmodule cache
| -rw-r--r-- | xmake/actions/config/main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 0f69142a5..3dfeb7142 100644 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -358,7 +358,6 @@ force to build in current directory via run `xmake -P .`]], os.projectdir()) localcache.clear("option") localcache.clear("package") localcache.clear("toolchain") - localcache.clear("cxxmodules") localcache.set("config", "recheck", true) localcache.save() |
