diff options
Diffstat (limited to 'xmake/actions/config/main.lua')
| -rw-r--r-- | xmake/actions/config/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 931f0ced6..d90b9bc3f 100644 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -29,7 +29,7 @@ import("core.project.global") import("core.project.project") import("core.platform.platform") import("core.project.cache") -import("lib.detect.clear_cache") +import("lib.detect.cache", {alias = "detectcache"}) import("scanner") import("configheader") @@ -234,7 +234,7 @@ function main() cache.set("rebuild", true) -- clear detect cache - clear_cache() + detectcache.clear() end -- merge the cached configure |
