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:50:22 +01:00
commit ff907e79cf
2 changed files with 0 additions and 11 deletions

View file

@ -299,7 +299,6 @@ namespace Crafter {
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));
}
}