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());