mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07: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:
parent
8b1e78ae1e
commit
8523fa5ab4
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ SDL2_VERSION="SDL2-2.24.0"
|
||||||
# NOTE: remember to also update LIB_URL below when changing version
|
# NOTE: remember to also update LIB_URL below when changing version
|
||||||
BOOST_VERSION="boost_1_81_0"
|
BOOST_VERSION="boost_1_81_0"
|
||||||
# NOTE: remember to also update LIB_URL below when changing version
|
# 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
|
# libpng was included as part of X11 but that's removed from Mountain Lion
|
||||||
# (also the Snow Leopard version was ancient 1.2)
|
# (also the Snow Leopard version was ancient 1.2)
|
||||||
PNG_VERSION="libpng-1.6.44"
|
PNG_VERSION="libpng-1.6.44"
|
||||||
|
|
@ -477,7 +477,7 @@ echo "Building wxWidgets..."
|
||||||
LIB_VERSION="${WXWIDGETS_VERSION}"
|
LIB_VERSION="${WXWIDGETS_VERSION}"
|
||||||
LIB_ARCHIVE="$LIB_VERSION.tar.bz2"
|
LIB_ARCHIVE="$LIB_VERSION.tar.bz2"
|
||||||
LIB_DIRECTORY="$LIB_VERSION"
|
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
|
mkdir -p wxwidgets
|
||||||
cd wxwidgets
|
cd wxwidgets
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue