forked from aniani/vim
patch 9.1.0191: Installer does not remove all files
Problem: Installer does not remove all files Solution: Update installer and delete all files on uninstall update Sodium library dependency, update Readme (RestorerZ) closes: #14214 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
8950bf7f8b
commit
2680a074d4
@@ -374,9 +374,9 @@ DYNAMIC_SODIUM = yes
|
||||
|
||||
!if "$(SODIUM)" != "no"
|
||||
! if "$(CPU)" == "AMD64"
|
||||
SOD_LIB = $(SODIUM)\x64\Release\v140\dynamic
|
||||
SOD_LIB = $(SODIUM)\x64\Release\v143\dynamic
|
||||
! elseif "$(CPU)" == "i386"
|
||||
SOD_LIB = $(SODIUM)\Win32\Release\v140\dynamic
|
||||
SOD_LIB = $(SODIUM)\Win32\Release\v143\dynamic
|
||||
! else
|
||||
SODIUM = no
|
||||
! endif
|
||||
|
Reference in New Issue
Block a user