Set Linux default Ruby to 2.3

This commit is contained in:
Vinyl Darkscratch 2019-04-21 04:24:03 -07:00
parent 28face2167
commit e5cb333548
No known key found for this signature in database
GPG key ID: 0AF19E90D93375CA

View file

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