mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 21:51:42 +00:00
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 <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user