mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add libsodium to setup.py for Windows
This commit is contained in:
parent
4b4b5a36f3
commit
821d0def61
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -485,7 +485,7 @@ class DownloadWindowsDlls(Command):
|
|||
url = "https://repo.saltstack.com/windows/dependencies/{bits}/{fname}.dll"
|
||||
dest = os.path.join(os.path.dirname(sys.executable), "{fname}.dll")
|
||||
with indent_log():
|
||||
for fname in ("libeay32", "ssleay32"):
|
||||
for fname in ("libeay32", "ssleay32", "libsodium"):
|
||||
# See if the library is already on the system
|
||||
if find_library(fname):
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue