mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Set Linux default Ruby to 2.3
This commit is contained in:
parent
28face2167
commit
e5cb333548
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ echo -e "${white}Compiling ${bold}SyngleChance v${linux_version} ${white}engine
|
|||
echo -e "-> ${cyan}Generate makefile...${color_reset}"
|
||||
export MRIVERSION=$(echo "puts RUBY_VERSION.split('.').slice(0, 2).join('.')" | ruby)
|
||||
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
||||
qmake mkxp.pro > oneshot.qmake.out
|
||||
qmake mkxp.pro MRIVERSION=2.3 > oneshot.qmake.out
|
||||
|
||||
# Compile OneShot.
|
||||
echo -e "-> ${cyan}Compile engine...${color_reset}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue