Clean the build from the correct directory.

This commit is contained in:
Dave Page 2017-03-30 16:49:11 -04:00
parent cdc1b70aea
commit b826e0863c

View File

@ -5,7 +5,7 @@ echo "Building runtime - QT5..."
echo "################################################################################"
echo
make clean
cd $WORKSPACE/runtime
make clean
PATH=/usr/local/python-$PYTHON_VERSION/bin:$PATH /bin/qmake-qt5 DEFINES+=PGADMIN4_USE_WEBKIT
make all