fixed mingw
Some checks failed
demo.yaml / fixed mingw (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-04-02 16:53:07 +02:00
commit 2d89528bdf
5 changed files with 51 additions and 35 deletions

View file

@ -63,6 +63,7 @@ namespace Crafter {
ConfigurationType type;
std::string target;
std::string march;
std::string mtune;
bool debug;
std::vector<std::string> libs;
Configuration(std::string&& name);