Skip to content

Commit 5bbe73d

Browse files
committed
fix to find tinycc
1 parent b698509 commit 5bbe73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/toolchains/tinycc/xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ toolchain("tinycc")
3939
table.insert(paths, path.join(installdir, "bin"))
4040
end
4141
end
42-
local tcc = find_tool("tcc", {paths = paths})
42+
local tcc = find_tool("tcc", {paths = paths, force = true})
4343
if tcc then
4444
toolchain:config_set("tcc", tcc.program)
4545
if os.isfile(tcc.program) then

0 commit comments

Comments
 (0)