mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +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"
|
if not exist "build" mkdir "build"
|
||||||
cd build
|
cd build
|
||||||
rem git clone https://github.com/bitcoin-core/secp256k1
|
git clone https://github.com/bitcoin-core/secp256k1
|
||||||
cd 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
|
cd build
|
||||||
rem cmake --build .
|
cmake --build .
|
||||||
if not exist "..\..\..\..\build\" mkdir "..\..\..\..\build\"
|
if not exist "..\..\..\..\build\" mkdir "..\..\..\..\build\"
|
||||||
xcopy src\Debug\libsecp256k1-2.dll "..\..\..\..\build\secp256k1.dll" /Y
|
xcopy bin\Debug\libsecp256k1-2.dll "..\..\..\..\build\secp256k1.dll" /Y
|
||||||
cd ..\..\..\
|
cd ..\..\..\
|
Loading…
Reference in a new issue