summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/check.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-07 22:03:37 +0800
committerruki <[email protected]>2025-09-07 22:03:37 +0800
commita6ba93f895b4b2128c3b310bea24c072e9d3a702 (patch)
tree272e52220afa3ee7d6a98632be4897954c031ad1 /xmake/toolchains/xcode/check.lua
parent341a067561a88e0e5fbb01862d150173c01d8ee8 (diff)
optimize to save toolchain cache
Diffstat (limited to 'xmake/toolchains/xcode/check.lua')
-rw-r--r--xmake/toolchains/xcode/check.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/xcode/check.lua b/xmake/toolchains/xcode/check.lua
index eece3399f..5cc0ace73 100644
--- a/xmake/toolchains/xcode/check.lua
+++ b/xmake/toolchains/xcode/check.lua
@@ -152,7 +152,6 @@ function main(toolchain)
toolchain:config_set("xcode_sdkver", xcode_sdkver)
toolchain:config_set("target_minver", target_minver)
toolchain:config_set("appledev", appledev)
- toolchain:configs_save()
if xcode_sdkver then
cprint("checking for SDK version of Xcode for %s (%s) ... ${color.success}%s", toolchain:plat(), toolchain:arch(), xcode_sdkver)
end