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-02 22:14:56 +01:00
commit 04533b5778
4 changed files with 2 additions and 17 deletions

View file

@ -38,10 +38,6 @@ 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 vsVars;
export void AutoDetect();
#endif
export std::string RunCommand(const std::string_view cmd);
export void RunCommandIgnore(const std::string_view cmd);
export std::string RunClang(const std::string_view cmd);