Skip to content

Commit

Permalink
Update build-windows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 authored Jun 9, 2024
1 parent 7234474 commit e52890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/native/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ echo Using secp256k1...


if not exist "libsodium" (
gti clone https://github.com/jedisct1/libsodium.git
git clone https://github.com/jedisct1/libsodium.git
cd libsodium\builds\msvc\vs2022\libsodium
msbuild libsodium.vcxproj /p:Configuration=Release /p:platform=x64 -p:PlatformToolset=v143
dir /s
Expand Down

0 comments on commit e52890d

Please sign in to comment.