Skip to content

Commit 45a01d1

Browse files
committed
Use 3.2.8.1 for it must have fp.h problem fixed
1 parent cd8796a commit 45a01d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-macos-wxwidgets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -e
2525
export MAKEFLAGS=-j$(getconf _NPROCESSORS_ONLN)
2626

2727
if [ -z "$WXWIDGETS_VERSION" ]; then
28-
WXWIDGETS_VERSION=3.1.5
28+
WXWIDGETS_VERSION=3.2.8.1
2929
fi
3030

3131
vsn=$WXWIDGETS_VERSION

0 commit comments

Comments
 (0)