Merge pull request #34 from gh2k/buildscript-tweak

Fix incorrect syntax in qmake variable assignment
This commit is contained in:
Matt Feemster
2015-12-10 20:32:20 -08:00
Regular → Executable
+1 -1
View File
@@ -4,7 +4,7 @@ REBUILD=''
NVIDIA='' NVIDIA=''
NATIVE='' NATIVE=''
CONCURRENCY='-j4' CONCURRENCY='-j4'
QMAKE=${QMAKE:/usr/bin/qmake} QMAKE=${QMAKE:-/usr/bin/qmake}
RELEASE='CONFIG+=release CONFIG-=debug' RELEASE='CONFIG+=release CONFIG-=debug'
while test $# -gt 0 while test $# -gt 0