1
0
forked from aniani/vim

patch 7.4.2302

Problem:    Default interface versions for MS-Windows are outdated.
Solution:   Use Active Perl 5.24, Python 3.5.2.  Could only make it work with
            Ruby 1.9.2.
This commit is contained in:
Bram Moolenaar
2016-09-01 20:50:54 +02:00
parent 641ad6c7ac
commit f1b512a0b6
4 changed files with 6 additions and 4 deletions

View File

@@ -934,7 +934,7 @@ RUBY_PLATFORM = i386-mswin32
!else # CPU
RUBY_PLATFORM = x64-mswin64
!endif # CPU
!if $(MSVCRT_VER) >= 70
!if $(MSVCRT_VER) >= 70 && $(RUBY_VER) > 19
RUBY_PLATFORM = $(RUBY_PLATFORM)_$(MSVCRT_VER)
!endif # MSVCRT_VER
!endif # RUBY_PLATFORM