Fix make script

This commit is contained in:
Vinyl Darkscratch 2018-10-04 17:50:49 -07:00
parent 5d125f2caa
commit 1c9c3aca2c
1 changed files with 1 additions and 1 deletions

View File

@ -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