From c7818073a44fbacda3ccb421cf18a11ca8daf314 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Fri, 3 Feb 2023 09:34:57 +0100 Subject: [PATCH] Update xmake.lua --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index d55cf0a80..0916a2dc1 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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")