commit | 1e4c7d0ed272201fa3a7cf34a462abb139170759 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 20:56:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 20:56:42 2020 +0200 |
tree | 1f4cab094f8c677c8314c46fb6dd1c11edc6e781 | |
parent | 211dd3fd82216ca879fe7f917ea345b3ae366ce1 [diff] [blame] |
patch 8.2.1057: cannot build with dynamic Lua Problem: Cannot build with dynamic Lua. Solution: Add dll variables.
diff --git a/src/version.c b/src/version.c index 90a523e..144e57b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1057, +/**/ 1056, /**/ 1055,