Skip to content

Commit aad6395

Browse files
committed
Windows: Update godot-nir-static to 23.1.9-2
Companion PR to: - godotengine/godot-nir-static#22 - godotengine/godot-nir-static#23 - godotengine/godot#111762
1 parent fd3bd4a commit aad6395

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ if [ ! -d "deps/mesa" ]; then
190190
echo "Missing Mesa/NIR libraries, downloading them."
191191
mkdir -p deps/mesa
192192
pushd deps/mesa
193-
curl -L -o mesa_arm64.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9-1/godot-nir-static-arm64-llvm-release.zip
194-
curl -L -o mesa_x86_64.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9-1/godot-nir-static-x86_64-gcc-release.zip
195-
curl -L -o mesa_x86_32.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9-1/godot-nir-static-x86_32-gcc-release.zip
193+
curl -L -o mesa_arm64.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9-2/godot-nir-static-arm64-llvm-release.zip
194+
curl -L -o mesa_x86_64.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9-2/godot-nir-static-x86_64-gcc-release.zip
195+
curl -L -o mesa_x86_32.zip https://github.com/godotengine/godot-nir-static/releases/download/23.1.9-2/godot-nir-static-x86_32-gcc-release.zip
196196
unzip -o mesa_arm64.zip && rm -f mesa_arm64.zip
197197
unzip -o mesa_x86_64.zip && rm -f mesa_x86_64.zip
198198
unzip -o mesa_x86_32.zip && rm -f mesa_x86_32.zip

0 commit comments

Comments
 (0)