We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c200 commit cf88934Copy full SHA for cf88934
src/tbox/xmake.lua
@@ -85,7 +85,7 @@ target("tbox")
85
-- add the source files for the hash module
86
if has_config("hash") then
87
add_files("hash/*.c")
88
- 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
89
add_files("hash/arch/crc32.S")
90
end
91
0 commit comments