Skip to content

Commit

Permalink
try 1.0.18 libsodium precompiled on github
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Jun 9, 2024
1 parent 5ce3695 commit b7801c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/native/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ echo Using secp256k1...
)


curl -Lo libsodium-1.0.20-stable-msvc.zip https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable-msvc.zip
curl -Lo libsodium-1.0.18-stable-msvc.zip https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-stable-msvc.zip
IF %errorlevel% NEQ 0 (
echo Can't download libsodium
exit /b %errorlevel%
)
unzip libsodium-1.0.20-stable-msvc.zip
unzip libsodium-1.0.18-stable-msvc.zip
) else (
echo Using libsodium...
)
Expand Down

0 comments on commit b7801c8

Please sign in to comment.