We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b698509 commit 5bbe73dCopy full SHA for 5bbe73d
xmake/toolchains/tinycc/xmake.lua
@@ -39,7 +39,7 @@ toolchain("tinycc")
39
table.insert(paths, path.join(installdir, "bin"))
40
end
41
42
- local tcc = find_tool("tcc", {paths = paths})
+ local tcc = find_tool("tcc", {paths = paths, force = true})
43
if tcc then
44
toolchain:config_set("tcc", tcc.program)
45
if os.isfile(tcc.program) then
0 commit comments