Compile with Ruby 2.3, not 2.1 (to fix saves)

I found out what the actual issue was with saves — it wasn’t that
xScripts needed to be recompiled (although it helped load previous
saves from the Windows build on Steam), it was that Ruby 2.1 doesn’t
seem to work with the saves, @mathewv might have determined this when
selecting 2.2 as the minimum.  I have Ruby 2.3 on my system, installed
through Homebrew, so that is what I selected for my particular build.
This commit is contained in:
Vinyl Darkscratch 2016-12-14 12:56:53 -08:00
parent 85da9ff7e8
commit 271c86bb27
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -244,7 +244,7 @@ BINDING_NULL {
BINDING_MRI {
isEmpty(MRIVERSION) {
MRIVERSION = 2.1
MRIVERSION = 2.3
}
PKGCONFIG += ruby-$$MRIVERSION