Update build.sh

This commit is contained in:
Charles J. Cliffe 2019-01-07 23:40:08 -05:00 committed by GitHub
parent 73aed6c9cc
commit 9758b5670d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ make -j2 > /dev/null
sudo make install
# wxWidgets
if [ ! -d "$HOME/build/wxWidgets/staticlib" ]
then
if [ ! -f "$HOME/build/wxWidgets/staticlib/bin/wx-config" ]; then
echo "wxWidgets cache not found; building."
cd $HOME/build
mkdir -p $HOME/build/wxWidgets/staticlib