fix build.sh for GNU/Linux

This commit is contained in:
Alexandre Quessy
2014-03-21 22:24:13 -04:00
parent 3ad38c7775
commit e6ad73d527
+1 -1
View File
@@ -12,7 +12,7 @@ if [[ $unamestr == "Darwin" ]]; then
export QMAKESPEC=macx-g++
#export QMAKESPEC=macx-xcode
qmake
elif [[ $unamestr == "linux" ]]; then
elif [[ $unamestr == "Linux" ]]; then
qmake-qt4
fi