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:
parent
b2f186cda1
commit
4564beb9f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue