commit | 449538c3d2f7089dcaa1a888f09f41714faec9a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 17:49:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 17:49:15 2016 +0100 |
tree | 837060d9b87d569b21718e8f03ee0b364606442d | |
parent | 64496ffc9cfb0eb6f2074f22809de2b420b5f300 [diff] [blame] |
patch 7.4.1067 Problem: Can't build with MingW and Python on MS-Windows. Solution: Move the build flags to CFLAGS.
diff --git a/src/version.c b/src/version.c index 3cddb0e..6897292 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1067, +/**/ 1066, /**/ 1065,