mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.3250: MS-Windows: cannot build with libsodium
Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)
This commit is contained in:
committed by
Bram Moolenaar
parent
60dc8274e9
commit
1790be6cb6
@@ -395,7 +395,7 @@ SODIUM = no
|
|||||||
|
|
||||||
!if "$(SODIUM)" != "no"
|
!if "$(SODIUM)" != "no"
|
||||||
SOD_INC = /I "$(SODIUM)\include"
|
SOD_INC = /I "$(SODIUM)\include"
|
||||||
SOD_DEFS = -DFEAT_SODIUM
|
SOD_DEFS = -DHAVE_SODIUM
|
||||||
SOD_LIB = $(SOD_LIB)\libsodium.lib
|
SOD_LIB = $(SOD_LIB)\libsodium.lib
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
@@ -755,6 +755,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3250,
|
||||||
/**/
|
/**/
|
||||||
3249,
|
3249,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user