comparison src/Make_mvc.mak @ 27486:c7e18e99dbe8 v8.2.4271

patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0 Commit: https://github.com/vim/vim/commit/1f47a287ee4f8b1d007dff878b23dd0cd6104f38 Author: K.Takata <kentkt@csc.jp> Date: Mon Jan 31 13:25:36 2022 +0000 patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0 Problem: MS-Windows: cannot build with Ruby 3.1.0. Solution: Adjust the DLL name and include directory. (Ken Takata, closes #9666)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 14:30:04 +0100
parents ee1019e59bef
children e9e493983e11
comparison
equal deleted inserted replaced
27485:0226a849fd5b 27486:c7e18e99dbe8
1184 RUBY_MSVCRT_NAME = $(MSVCRT_NAME) 1184 RUBY_MSVCRT_NAME = $(MSVCRT_NAME)
1185 ! endif # RUBY_MSVCRT_NAME 1185 ! endif # RUBY_MSVCRT_NAME
1186 ! if "$(CPU)" == "i386" 1186 ! if "$(CPU)" == "i386"
1187 RUBY_INSTALL_NAME = $(RUBY_MSVCRT_NAME)-ruby$(RUBY_API_VER) 1187 RUBY_INSTALL_NAME = $(RUBY_MSVCRT_NAME)-ruby$(RUBY_API_VER)
1188 ! else # CPU 1188 ! else # CPU
1189 ! if EXIST($(RUBY)/lib/ruby/$(RUBY_API_VER_LONG)/x64-mingw-ucrt)
1190 RUBY_INSTALL_NAME = x64-ucrt-ruby$(RUBY_API_VER)
1191 ! else
1189 RUBY_INSTALL_NAME = x64-$(RUBY_MSVCRT_NAME)-ruby$(RUBY_API_VER) 1192 RUBY_INSTALL_NAME = x64-$(RUBY_MSVCRT_NAME)-ruby$(RUBY_API_VER)
1193 ! endif
1190 ! endif # CPU 1194 ! endif # CPU
1191 ! endif # RUBY_INSTALL_NAME 1195 ! endif # RUBY_INSTALL_NAME
1192 1196
1193 ! else # $(RUBY_VER) >= 18 1197 ! else # $(RUBY_VER) >= 18
1194 1198