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:15:22 +01:00
commit e8edd610f5

View file

@ -292,7 +292,7 @@ namespace Crafter {
} }
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32) #if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
command += "-D _CRT_SECURE_NO_WARNINGS"; command += " -D _CRT_SECURE_NO_WARNINGS";
#endif #endif
command += std::format(" -fprebuilt-module-path={}", pcmDir.string()); command += std::format(" -fprebuilt-module-path={}", pcmDir.string());