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:26:48 +01:00
commit aa89b8b034

View file

@ -36,6 +36,7 @@ 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);
}