mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Remove MRIVERSION=2.3 from Linux build
This commit is contained in:
parent
10004b2eb7
commit
a97ed18fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ echo "${white}Compiling ${bold}SyngleChance v${linux_version} ${white}engine for
|
|||
|
||||
# Generate makefile and build main + journal
|
||||
echo "-> ${cyan}Generate makefile...${color_reset}"
|
||||
qmake MRIVERSION=2.3
|
||||
qmake
|
||||
echo "-> ${cyan}Compile engine...${color_reset}"
|
||||
make -j${make_threads}
|
||||
echo "-> ${cyan}Compile journal...${color_reset}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue