Fix incorrect syntax in qmake variable assignment

This commit is contained in:
Simon Detheridge
2015-12-03 11:46:54 +00:00
parent 49e2104fd2
commit e7d275ca16
Regular → Executable
+1 -1
View File
@@ -4,7 +4,7 @@ REBUILD=''
NVIDIA=''
NATIVE=''
CONCURRENCY='-j4'
QMAKE=${QMAKE:/usr/bin/qmake}
QMAKE=${QMAKE:-/usr/bin/qmake}
RELEASE='CONFIG+=release CONFIG-=debug'
while test $# -gt 0