From ad326019fdb8f4ee49b3f0af9f2c92bef30bf784 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 16 Jul 2025 22:56:46 +0200 Subject: [PATCH] Update Ninja to v1.13.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index eb16708..3892715 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,7 @@ LLVMVCS="https://github.com/llvm/llvm-project.git" # Ninja Settings NINJADIR="${SRCDIR}/ninja" -NINJATAG="v1.13.0" +NINJATAG="v1.13.1" NINJAVCS="https://github.com/ninja-build/ninja.git" # Wine Settings