Skip to content

Commit

Permalink
use upgraded libsodium 1.0.20; use compiled static libsodium for Wind…
Browse files Browse the repository at this point in the history
…ows instead of precompiled;
  • Loading branch information
neodiX committed Jun 9, 2024
1 parent 8aae48a commit 234e39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/native/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if not exist "libsodium" (
git clone https://github.com/jedisct1/libsodium.git
cd libsodium
git fetch -a
git checkout 1.0.18-RELEASE
git checkout 1.0.20-RELEASE
cd builds\msvc\vs2022\libsodium
msbuild libsodium.vcxproj /p:Configuration=ReleaseLIB /p:platform=x64 -p:PlatformToolset=v143
dir /s
Expand Down
2 changes: 1 addition & 1 deletion assembly/wasm/fift-func-wasm-build-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd secp256k1
SECP256K1_DIR=`pwd`
cd ..

git clone https://github.com/jedisct1/libsodium --branch stable
git clone https://github.com/jedisct1/libsodium --branch 1.0.20-RELEASE
cd libsodium
SODIUM_DIR=`pwd`
cd ..
Expand Down

0 comments on commit 234e39f

Please sign in to comment.