mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Fix make script
This commit is contained in:
parent
5d125f2caa
commit
1c9c3aca2c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ use_qmake=True
|
|||
echo "${white}Compiling ${bold}SyngleChance v${mac_version} ${white}engine for macOS...${color_reset}\n"
|
||||
|
||||
# Generate makefile and build main + journal
|
||||
if [[$use_qmake == True]]
|
||||
if [[ $use_qmake == True ]]
|
||||
then
|
||||
echo "-> ${cyan}Generate makefile...${color_reset}"
|
||||
qmake MRIVERSION=2.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue