Skip to content

Commit cf88934

Browse files
committed
cosmocc cannot compile assembly
1 parent e51c200 commit cf88934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tbox/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ target("tbox")
8585
-- add the source files for the hash module
8686
if has_config("hash") then
8787
add_files("hash/*.c")
88-
if not is_plat("windows") and not has_config("cosmocc") then
88+
if not is_plat("windows") and not has_config("cosmocc") and not is_config("toolchain", "cosmocc") then
8989
add_files("hash/arch/crc32.S")
9090
end
9191
end

0 commit comments

Comments
 (0)