Fix make script
This commit is contained in:
parent
5d125f2caa
commit
1c9c3aca2c
|
|
@ -20,7 +20,7 @@ use_qmake=True
|
||||||
echo "${white}Compiling ${bold}SyngleChance v${mac_version} ${white}engine for macOS...${color_reset}\n"
|
echo "${white}Compiling ${bold}SyngleChance v${mac_version} ${white}engine for macOS...${color_reset}\n"
|
||||||
|
|
||||||
# Generate makefile and build main + journal
|
# Generate makefile and build main + journal
|
||||||
if [[$use_qmake == True]]
|
if [[ $use_qmake == True ]]
|
||||||
then
|
then
|
||||||
echo "-> ${cyan}Generate makefile...${color_reset}"
|
echo "-> ${cyan}Generate makefile...${color_reset}"
|
||||||
qmake MRIVERSION=2.5
|
qmake MRIVERSION=2.5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue