Skip to content

Commit

Permalink
revert libsodium 1.0.20; use compiled static libsodium for Windows in…
Browse files Browse the repository at this point in the history
…stead of precompiled;
  • Loading branch information
neodiX committed Jun 9, 2024
1 parent 23ea7b5 commit 8aae48a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assembly/native/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ echo Using secp256k1...

if not exist "libsodium" (
git clone https://github.com/jedisct1/libsodium.git
git checkout 1.0.20-RELEASE
cd libsodium\builds\msvc\vs2022\libsodium
cd libsodium
git fetch -a
git checkout 1.0.18-RELEASE
cd builds\msvc\vs2022\libsodium
msbuild libsodium.vcxproj /p:Configuration=ReleaseLIB /p:platform=x64 -p:PlatformToolset=v143
dir /s
IF %errorlevel% NEQ 0 (
Expand Down

0 comments on commit 8aae48a

Please sign in to comment.