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:58:08 +01:00
commit aac3785738
3 changed files with 15 additions and 7 deletions

View file

@ -238,11 +238,10 @@ namespace Crafter {
}
});
std::cout << "before dir" << std::endl;
fs::path exeDir = GetPath();
std::cout << "before std" << std::endl;
BuildStdPcm(*this, config);
std::cout << "after std" << std::endl;
std::string editedTarget = config.target;
std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');