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-01 20:28:17 +01:00
commit 4714892072

View file

@ -298,6 +298,8 @@ namespace Crafter {
} else if(config.target == "wasm32-wasi") {
BuildWasmStdPcm(project, config);
} else {
std::cout << config.target << std::endl;
std::cout << "x86_64-pc-windows-msvc" << std::endl;
throw std::runtime_error(std::format("Unkown target: {}", config.target));
}
}