summaryrefslogtreecommitdiff
path: root/xmake/toolchains/tinycc/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains/tinycc/xmake.lua')
-rw-r--r--xmake/toolchains/tinycc/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/tinycc/xmake.lua b/xmake/toolchains/tinycc/xmake.lua
index a4aae0b06..1dba13675 100644
--- a/xmake/toolchains/tinycc/xmake.lua
+++ b/xmake/toolchains/tinycc/xmake.lua
@@ -45,7 +45,6 @@ toolchain("tinycc")
if os.isfile(tcc.program) then
toolchain:config_set("bindir", path.directory(tcc.program))
end
- toolchain:configs_save()
return true
end
end)