From e6ad73d5279dbc23ca39fb87dced7e074340b284 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Fri, 21 Mar 2014 22:24:13 -0400 Subject: [PATCH] fix build.sh for GNU/Linux --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 20ddffa..95fd84a 100755 --- a/build.sh +++ b/build.sh @@ -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