Skip to content

Commit

Permalink
Merge pull request #5914 from star-hengxing/tinycc
Browse files Browse the repository at this point in the history
Fix tinycc asm toolset
  • Loading branch information
waruqi authored Dec 2, 2024
2 parents ed5c11f + 82ac3ca commit 71a5624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake/toolchains/tinycc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ toolchain("tinycc")
toolchain:add("toolset", "ld", tcc)
toolchain:add("toolset", "sh", tcc)
toolchain:add("toolset", "ar", tcc)
toolchain:add("toolset", "as", tcc)

-- add includedirs and linkdirs
for _, package in ipairs(toolchain:packages()) do
Expand Down

0 comments on commit 71a5624

Please sign in to comment.