diff options
| author | star9029 <[email protected]> | 2024-12-01 22:34:53 +0800 |
|---|---|---|
| committer | star9029 <[email protected]> | 2024-12-01 22:34:53 +0800 |
| commit | 82ac3ca8cbc7c9b5996e67b7817c40014f6acb8a (patch) | |
| tree | da537653d0e8c4786cfcd6888d2cf95cde69bfec | |
| parent | d10447f1649a8829d45fa0324281fd4aba3b5e9e (diff) | |
Fix tinycc asm toolset
| -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 |
