commit | d8f8629b1bf566e1dada7515e9b146c69e5d9757 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Mon Mar 07 15:16:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 07 15:16:15 2022 +0000 |
tree | b6206939ce6839fd684f76c620b7a17b753739fe | |
parent | 6ca883dd8a585a85acdf9303b434211ea91872a7 [diff] [blame] |
patch 8.2.4524: MS-Windows: cannot build with some sodium libraries Problem: MS-Windows: cannot build with some sodium libraries. Solution: Make the DLL name configuragle. Add build instructions. (Ken Takata, closes #9905)
diff --git a/src/version.c b/src/version.c index a2f9d29..450d49b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4524, +/**/ 4523, /**/ 4522,