Skip to content

Commit 3fd3880

Browse files
committed
deps: Update godot-nir-static to 23.1.9
1 parent 0da7793 commit 3fd3880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ if [ ! -d "deps/mesa" ]; then
152152
echo "Missing Mesa/NIR libraries, downloading them."
153153
mkdir -p deps/mesa
154154
pushd deps/mesa
155-
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
156-
unzip windows.zip && rm -f windows.zip
155+
curl -L -o mesa.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9/godot-nir-23.1.9.zip
156+
unzip mesa.zip && rm -f mesa.zip
157157
popd
158158
fi
159159

0 commit comments

Comments
 (0)