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 23:45:13 +01:00
commit 0f1ca7f636

View file

@ -177,6 +177,8 @@ namespace Crafter {
fs::create_directories(buildDir);
}
std::cout << "8" << std::endl;
std::vector<std::thread> threads;
for(const Shader& shader : config.shaders) {
if(!shader.Check(outputDir)) {