We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8796a commit 45a01d1Copy full SHA for 45a01d1
.github/scripts/build-macos-wxwidgets.sh
@@ -25,7 +25,7 @@ set -e
25
export MAKEFLAGS=-j$(getconf _NPROCESSORS_ONLN)
26
27
if [ -z "$WXWIDGETS_VERSION" ]; then
28
- WXWIDGETS_VERSION=3.1.5
+ WXWIDGETS_VERSION=3.2.8.1
29
fi
30
31
vsn=$WXWIDGETS_VERSION
0 commit comments