diff options
| -rw-r--r-- | xmake/toolchains/tinycc/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/tinycc/xmake.lua b/xmake/toolchains/tinycc/xmake.lua index ee4730b90..b5cf60724 100644 --- a/xmake/toolchains/tinycc/xmake.lua +++ b/xmake/toolchains/tinycc/xmake.lua @@ -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 |
