From 834f6223d8aae4244a86d60b46c98ba320155bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 30 Jul 2024 11:31:37 +0200 Subject: [PATCH] New ANGLE build, fixes macOS crash by removing conflicting astcenc lib --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8cbda17..017bf3d 100755 --- a/build.sh +++ b/build.sh @@ -148,7 +148,7 @@ if [ ! -d "deps/angle" ]; then echo "Missing ANGLE libraries, downloading them." mkdir -p deps/angle pushd deps/angle - base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F6601.1/godot-angle-static + base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F6601.2/godot-angle-static curl -L -o windows_arm64.zip $base_url-arm64-llvm-release.zip curl -L -o windows_x86_64.zip $base_url-x86_64-gcc-release.zip curl -L -o windows_x86_32.zip $base_url-x86_32-gcc-release.zip