Update xmake.lua

This commit is contained in:
SirLynix 2023-02-03 09:34:57 +01:00
parent d1015cdc93
commit c7818073a4
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ elseif is_mode("releasedbg", "release") then
add_vectorexts("sse", "sse2", "sse3", "ssse3")
end
if is_plat("wasm")
if not is_plat("wasm") then
set_kind("shared")
else
set_kind("static")