We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da7793 commit 3fd3880Copy full SHA for 3fd3880
build.sh
@@ -152,8 +152,8 @@ if [ ! -d "deps/mesa" ]; then
152
echo "Missing Mesa/NIR libraries, downloading them."
153
mkdir -p deps/mesa
154
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
+ 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
157
popd
158
fi
159
0 commit comments