Update script for wxWidgets v3.1.4

This commit is contained in:
Vincent Sonnier 2020-11-11 10:12:01 +01:00 committed by GitHub
parent 4f1db5544d
commit 366c0088c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ echo "Fetch wxWidgets.."
cd $HOME/build
mkdir -p $HOME/build/wxWidgets/staticlib
cd wxWidgets
wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.tar.bz2 > /dev/null
wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2 > /dev/null
echo "Unpacking wxWidgets.."
tar -xvjf wxWidgets-3.1.3.tar.bz2 > /dev/null
cd wxWidgets-3.1.3/
tar -xvjf wxWidgets-3.1.4.tar.bz2 > /dev/null
cd wxWidgets-3.1.4/
./autogen.sh
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then