mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 10:30:08 -05:00
Merge pull request #34 from gh2k/buildscript-tweak
Fix incorrect syntax in qmake variable assignment
This commit is contained in:
commit
e20ea74113
2
Builds/QtCreator/build_all.sh
Normal file → Executable file
2
Builds/QtCreator/build_all.sh
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user