windows build fix
Some checks failed
demo.yaml / windows build fix (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-02 22:25:54 +01:00
commit 46b00d714f
2 changed files with 2 additions and 1 deletions

View file

@ -61,6 +61,7 @@ namespace Crafter {
standard = config["standard"].get<std::string>();
} else {
standard = "c++26";
}
if(config.contains("target")) {
target = config["target"].get<std::string>();
} else {