File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments