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 17:41:34 +01:00
commit d465442f8d
3 changed files with 8 additions and 8 deletions

View file

@ -75,8 +75,8 @@ namespace Crafter {
std::cout << "before auto" << std::endl;
AutoDetect();
std::cout << "auto" << std::endl;
std::cout << std::format("{} clang-cl.exe -print-target-triple", vsVars) << std::endl;
target = RunCommand(std::format("{} clang-cl.exe -print-target-triple", vsVars));
std::cout << std::format("{} && clang-cl.exe -print-target-triple", vsVars) << std::endl;
target = RunCommand(std::format("{} && clang-cl.exe -print-target-triple", vsVars));
std::cout << target << std::endl;
#endif
target.pop_back();