summaryrefslogtreecommitdiff
path: root/xmake/toolchains/tinyc/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains/tinyc/xmake.lua')
-rw-r--r--xmake/toolchains/tinyc/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/tinyc/xmake.lua b/xmake/toolchains/tinyc/xmake.lua
index 7327969d5..8eb6f79f4 100644
--- a/xmake/toolchains/tinyc/xmake.lua
+++ b/xmake/toolchains/tinyc/xmake.lua
@@ -49,7 +49,7 @@ toolchain("tinyc")
sdkdir = winenv_tccsdk
end
end
- if find_tool("tcc", {pathes = config.get("bin") or sdkdir}) then
+ if find_tool("tcc", {paths = config.get("bin") or sdkdir}) then
config.set("__tcc_sdkdir", sdkdir)
return true
end