commit | 6176697203b0f168f4566597e15d8488b62ad490 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 22:31:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 22:31:41 2018 +0200 |
tree | 55ab6138712e52deb3d7bf7253f7a01f8163576f | |
parent | 5d69da462f584a3aefb3427b127334bf9af3a4b0 [diff] [blame] |
patch 8.0.1739: MS-Windows with msys2 cannot build Ruby statically Problem: MS-Windows with msys2 cannot build Ruby statically. Solution: Define RUBY_VERSION. (Gray Wolf, closes #2826)
diff --git a/src/version.c b/src/version.c index 2b5bf04..a73994b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1739, +/**/ 1738, /**/ 1737,