summaryrefslogtreecommitdiff
path: root/xmake/toolchains/zig/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-09 15:45:00 +0800
committerGitHub <[email protected]>2025-09-09 15:45:00 +0800
commit5166d71131f62fb50c745510bcd8c54097bd6c05 (patch)
tree7d4d3724f8f09907f0186498e3a38fbaeb491574 /xmake/toolchains/zig/xmake.lua
parente115e55c064eb6b475914989ea4d5fbaa9f4f83c (diff)
parenta0c14f1bced28c8f9cfafa20bcf7146ff3de3345 (diff)
Merge pull request #6780 from xmake-io/opti
Add benchmarks and optimize config/build targets
Diffstat (limited to 'xmake/toolchains/zig/xmake.lua')
-rw-r--r--xmake/toolchains/zig/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/zig/xmake.lua b/xmake/toolchains/zig/xmake.lua
index a88741b5b..87126b787 100644
--- a/xmake/toolchains/zig/xmake.lua
+++ b/xmake/toolchains/zig/xmake.lua
@@ -67,7 +67,6 @@ toolchain("zig")
_setup_zigcc_wrapper(zig)
toolchain:config_set("zig", zig)
toolchain:config_set("zig_version", zig_version)
- toolchain:configs_save()
return true
end
end)