From 217fc108c20df0221a2b2d01f22a38e1dd3a8785 Mon Sep 17 00:00:00 2001 From: Saikari Date: Thu, 22 Jan 2026 08:53:23 +0300 Subject: [PATCH] fixup --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index c78c96b..2603025 100644 --- a/xmake.lua +++ b/xmake.lua @@ -52,7 +52,7 @@ if has_config("tests") then end target("omath") - set_kind("shared") + set_kind("static") add_files("source/**.cpp") add_includedirs("include", {public = true}) add_headerfiles("include/(**.hpp)", {prefixdir = "omath"})