From a97ed18fa725c88e3a8d51323dabb563c8054e2b Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Tue, 13 Mar 2018 15:03:20 -0700 Subject: [PATCH] Remove MRIVERSION=2.3 from Linux build --- make-oneshot-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index be52f18..e2e98e8 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -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}"