* Support bzip2 on clang * WIP * Update xmake.lua --------- Co-authored-by: ruki <[email protected]>
@@ -22,6 +22,7 @@ target("bz2")
if is_plat("wasm") then
add_defines("BZ_STRICT_ANSI")
end
+ add_cflags("clang::-Wno-error=int-conversion")
if has_config("enable_tools") then