From 8523fa5ab4e0c6a4f605e6fcf919052bbbf69bb7 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Mon, 20 Jul 2026 10:52:38 +0200 Subject: [PATCH] Fix Atlas build on macOS Tahoe Bump wxWidgets, the upstream fix was backported to 3.2.9 with commit a6fc33b416e2ebc804d80a1ac66021935c434573 Fixes: #8594 Signed-off-by: Ralph Sennhauser --- libraries/build-macos-libs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/build-macos-libs.sh b/libraries/build-macos-libs.sh index c388de9ddb..bda490c6f8 100755 --- a/libraries/build-macos-libs.sh +++ b/libraries/build-macos-libs.sh @@ -28,7 +28,7 @@ SDL2_VERSION="SDL2-2.24.0" # NOTE: remember to also update LIB_URL below when changing version BOOST_VERSION="boost_1_81_0" # NOTE: remember to also update LIB_URL below when changing version -WXWIDGETS_VERSION="wxWidgets-3.2.8" +WXWIDGETS_VERSION="wxWidgets-3.2.10" # libpng was included as part of X11 but that's removed from Mountain Lion # (also the Snow Leopard version was ancient 1.2) PNG_VERSION="libpng-1.6.44" @@ -477,7 +477,7 @@ echo "Building wxWidgets..." LIB_VERSION="${WXWIDGETS_VERSION}" LIB_ARCHIVE="$LIB_VERSION.tar.bz2" LIB_DIRECTORY="$LIB_VERSION" - LIB_URL="http://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/" + LIB_URL="http://github.com/wxWidgets/wxWidgets/releases/download/v3.2.10/" mkdir -p wxwidgets cd wxwidgets