From 3fd388007778f27fa0df5f998ee7d8bc24d978a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 5 Feb 2024 15:24:31 +0100 Subject: [PATCH] deps: Update godot-nir-static to 23.1.9 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 506da0c..18ba1ea 100755 --- a/build.sh +++ b/build.sh @@ -152,8 +152,8 @@ if [ ! -d "deps/mesa" ]; then echo "Missing Mesa/NIR libraries, downloading them." mkdir -p deps/mesa pushd deps/mesa - curl -L -o windows.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.0-devel-mingw/godot-nir-23.1.0-devel-mingw.zip - unzip windows.zip && rm -f windows.zip + curl -L -o mesa.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9/godot-nir-23.1.9.zip + unzip mesa.zip && rm -f mesa.zip popd fi