From 739ad8e59f631861216ae4b67bc447e25586e2e9 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Wed, 29 Apr 2026 20:16:46 +0200 Subject: [PATCH] crafter-build V2 --- project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.cpp b/project.cpp index af716a2..c932641 100644 --- a/project.cpp +++ b/project.cpp @@ -19,8 +19,8 @@ extern "C" Configuration CrafterBuildProject(std::span a cfg.path = "./"; cfg.name = "Crafter.Math"; cfg.outputName = "Crafter.Math"; - ApplyStandardArgs(cfg, args); cfg.type = ConfigurationType::LibraryStatic; + ApplyStandardArgs(cfg, args); { std::array ifaces; std::ranges::copy(mathInterfaces, ifaces.begin());