mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2026-07-27 06:03:28 -04:00
Fix incorrect syntax in qmake variable assignment
This commit is contained in:
Regular → Executable
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user