Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tbox/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ target("tbox")
-- add the source files for the hash module
if has_config("hash") then
add_files("hash/*.c")
if not is_plat("windows") and not has_config("cosmocc") then
if not is_plat("windows") and not has_config("cosmocc") and not is_config("toolchain", "cosmocc") then
add_files("hash/arch/crc32.S")
end
end
Expand Down
Loading