More build script tweaking

This commit is contained in:
Aditya Kulkarni
2018-11-19 09:46:42 -08:00
parent e9c68f98b9
commit ba257e2d40
7 changed files with 47 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ make distclean >/dev/null 2>&1
echo "[OK]"
echo ""
echo "[Linux " `lsb_release -r` "]"
echo "[Building on" `lsb_release -r` "]"
echo -n "Configuring............"
$QT_STATIC/bin/qmake zec-qt-wallet.pro -spec linux-clang CONFIG+=release > /dev/null