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

This commit is contained in:
Jorijn van der Graaf 2026-03-01 15:42:21 +01:00
commit 50ee204b02
3 changed files with 4 additions and 5 deletions

View file

@ -36,7 +36,6 @@ namespace Crafter {
}
Configuration::Configuration(const nlohmann::json& configs, const nlohmann::json& config, fs::path workingDir, const Project& project) : type(CRAFTER_CONFIGURATION_TYPE_EXECUTABLE), debug(false) {
std::cout << "bruh2" << std::endl;
SetDataFromJson(configs, config, workingDir, project);
}
@ -51,7 +50,6 @@ namespace Crafter {
}
}
}
std::cout << "bruh" << std::endl;
if(config.contains("name")) {
name = config["name"].get<std::string>();
} else {