mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
move 'rem's from native windows secp256k1 build script
and adjust path
This commit is contained in:
parent
c13549472d
commit
b4610fb5b0
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
if not exist "build" mkdir "build"
|
||||
cd build
|
||||
rem git clone https://github.com/bitcoin-core/secp256k1
|
||||
git clone https://github.com/bitcoin-core/secp256k1
|
||||
cd secp256k1
|
||||
rem cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
|
||||
cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
|
||||
cd build
|
||||
rem cmake --build .
|
||||
cmake --build .
|
||||
if not exist "..\..\..\..\build\" mkdir "..\..\..\..\build\"
|
||||
xcopy src\Debug\libsecp256k1-2.dll "..\..\..\..\build\secp256k1.dll" /Y
|
||||
cd ..\..\..\
|
||||
xcopy bin\Debug\libsecp256k1-2.dll "..\..\..\..\build\secp256k1.dll" /Y
|
||||
cd ..\..\..\
|
Loading…
Reference in a new issue