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 19:35:42 +01:00
commit 17ce95f048
2 changed files with 0 additions and 2 deletions

View file

@ -241,7 +241,6 @@ namespace Crafter {
fs::path exeDir = GetPath();
BuildStdPcm(*this, config);
std::cout << "after std" << std::endl;
std::string editedTarget = config.target;
std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');