Skip to content

Commit 834f622

Browse files
committed
New ANGLE build, fixes macOS crash by removing conflicting astcenc lib
1 parent 1bf0772 commit 834f622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if [ ! -d "deps/angle" ]; then
148148
echo "Missing ANGLE libraries, downloading them."
149149
mkdir -p deps/angle
150150
pushd deps/angle
151-
base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F6601.1/godot-angle-static
151+
base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F6601.2/godot-angle-static
152152
curl -L -o windows_arm64.zip $base_url-arm64-llvm-release.zip
153153
curl -L -o windows_x86_64.zip $base_url-x86_64-gcc-release.zip
154154
curl -L -o windows_x86_32.zip $base_url-x86_32-gcc-release.zip

0 commit comments

Comments
 (0)