deps: Update godot-nir-static to 23.1.9

This commit is contained in:
Rémi Verschelde
2024-02-05 15:24:31 +01:00
parent 0da7793d2d
commit 3fd3880077

View File

@@ -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