commit | b872e63fc6c1955d3a9c33745e29c57f354aa73b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 13:44:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 13:44:09 2018 +0200 |
tree | 6297a2a858cf44254f63c9eee5c2d5e56bbebd07 | |
parent | 036b09ca78c5516d2b914ebc9494bf7580b8fed8 [diff] [blame] |
patch 8.1.0418: MS-Windows: cannot separate Lua include and library dirs Problem: MS-Windows: cannot separate Lua include and library directories. Solution: Add LUA_LIBDIR and LUA_INCDIR. (Ken Takata, closes #3464)
diff --git a/src/version.c b/src/version.c index 1a6b94d..079657e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 418, +/**/ 417, /**/ 416,