diff options
| author | ruki <[email protected]> | 2025-09-07 22:03:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-07 22:03:37 +0800 |
| commit | a6ba93f895b4b2128c3b310bea24c072e9d3a702 (patch) | |
| tree | 272e52220afa3ee7d6a98632be4897954c031ad1 /xmake/toolchains/mingw/check.lua | |
| parent | 341a067561a88e0e5fbb01862d150173c01d8ee8 (diff) | |
optimize to save toolchain cache
Diffstat (limited to 'xmake/toolchains/mingw/check.lua')
| -rw-r--r-- | xmake/toolchains/mingw/check.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/mingw/check.lua b/xmake/toolchains/mingw/check.lua index 17ae0ea3c..fbb647661 100644 --- a/xmake/toolchains/mingw/check.lua +++ b/xmake/toolchains/mingw/check.lua @@ -41,7 +41,6 @@ function main(toolchain) toolchain:config_set("mingw", mingw.sdkdir) toolchain:config_set("cross", mingw.cross) toolchain:config_set("bindir", mingw.bindir) - toolchain:configs_save() return true end end |
