commit | 60f807b3f71a92881e2b3bf48bd016294957130e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 14:43:19 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 14:43:19 2019 +0100 |
tree | c94c7d0771b947e0ea60cb06d56c8b1e5a1f4326 | |
parent | 77255cab7447792d781752707c8e163c838ec996 [diff] [blame] |
patch 8.1.0861: building with MinGW and static libc doesn't work Problem: Building with MinGW and static libc doesn't work. Solution: Change the LIB argument. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 3478fd5..6470c46 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 861, +/**/ 860, /**/ 859,