Define wxGTK_VERSION=3 in Cirrus CI build task

This wasn't needed for FreeBSD build, where we just hard coded 3, but is
needed for the new Linux one.
This commit is contained in:
Vadim Zeitlin 2022-12-30 18:27:34 +01:00
parent b2f186cda1
commit 4564beb9f1

View file

@ -19,7 +19,7 @@ task:
wxPROC_COUNT=`./build/tools/proc_count.sh`
echo wxBUILD_ARGS=-j$wxPROC_COUNT >> $CIRRUS_ENV
WX_EXTRA_PACKAGES='ccache git' ./build/tools/before_install.sh
WX_EXTRA_PACKAGES='ccache git' wxGTK_VERSION=3 ./build/tools/before_install.sh
echo "PATH=/usr/local/libexec/ccache:$PATH" >> $CIRRUS_ENV