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:27:45 +01:00
commit 43d59e2f57
3 changed files with 8 additions and 31 deletions

View file

@ -39,8 +39,7 @@ namespace Crafter {
export class Project;
export class Configuration;
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
export std::string clDir;
export std::string clangClDir;
export std::string vsVars;
export void AutoDetect();
#endif
export std::string RunCommand(const std::string_view cmd);