From c44a88bc7b0e45fa0fd6039ca73b785bd569961a Mon Sep 17 00:00:00 2001 From: Rune Date: Tue, 28 Jul 2026 21:52:00 +0200 Subject: [PATCH] shared library --- src/Library.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Library.bf b/src/Library.bf index db99a1d..227f0e3 100644 --- a/src/Library.bf +++ b/src/Library.bf @@ -27,7 +27,7 @@ static { if (!Compiler.IsBuilding) return; - CxxBuildTool.CMake(Compiler.ProjectDir + "/KTX-Software/lib", Compiler.BuildDir + "/" + Compiler.ProjectName, "-D BUILD_SHARED_LIBS=OFF"); + CxxBuildTool.CMake(Compiler.ProjectDir + "/KTX-Software/lib", Compiler.BuildDir + "/" + Compiler.ProjectName); /*List files = new .(64); defer { DeleteContainerAndItems!(files); }