From c9d31f51bc6f5527f654a791c10953c6b2a818d0 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 2 Mar 2026 18:31:00 +0100 Subject: [PATCH] windows fix --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index f928c63..7b074ed 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ mkdir build mkdir bin mkdir bin\executable-windows-msvc -git clone https:/github.com/KhronosGroup/glslang.git ./build/glslang +git clone https://github.com/KhronosGroup/glslang.git .\build\glslang cd .\build\glslang