Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 11, 2024
1 parent c660b69 commit 8149723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/toolchains/tinycc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ toolchain("tinycc")
toolchain:add("linkdirs", path.join(installdir, "lib"))
end
end
local sdkdir = package:sdkdir()
local sdkdir = toolchain:sdkdir()
if os.isdir(sdkdir) then
local includedir = path.join(sdkdir, "include")
if os.isdir(includedir) then
Expand Down

0 comments on commit 8149723

Please sign in to comment.