commit | d91e5dafd5ec57d8e61f1a6ba3628a255785c25c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 21 13:34:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 21 13:34:07 2019 +0100 |
tree | 70893f5d75f1e06cb54c064f34e7436daf6bd3e7 | |
parent | 9166838420c2e2029270c4683f68aecd3db5a484 [diff] [blame] |
patch 8.1.0962: building with MinGW and static libs doesn't work Problem: Building with MinGW and static libs doesn't work. (Salman Halim) Solution: Add -lgcc. (Ken Takata)
diff --git a/src/version.c b/src/version.c index db9ab91..59a4e02 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 962, +/**/ 961, /**/ 960,