commit | 6cd42db9dc1251b052b97d47bafc063eacac1b3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 04 18:09:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 04 18:09:54 2020 +0100 |
tree | c1702b00dc85a1303183f7136e098a346594c44f | |
parent | f6c177ab3acda131d693f2cab0796df16da5b732 [diff] [blame] |
patch 8.2.2089: libvterm test fails to build on Mac Problem: Libvterm test fails to build on Mac. Solution: Adjust configure to remove a space between -L and the path that follows.
diff --git a/src/version.c b/src/version.c index 36aa840..8b8a6c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2089, +/**/ 2088, /**/ 2087,