Update build.sh

This commit is contained in:
Charles J. Cliffe 2019-01-07 22:30:14 -05:00 committed by GitHub
parent 45ac3d383b
commit 268c7c747d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ make -j2
sudo make install
# wxWidgets
cd $HOME/build
if [ ! -d $HOME/build/wxWidgets/staticlib ]
if [ ! -d "$HOME/build/wxWidgets/staticlib" ]
then
cd $HOME/build
mkdir -p $HOME/build/wxWidgets/staticlib
cd wxWidgets
wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxWidgets-3.1.2.tar.bz2