We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9bbf1 commit ab43945Copy full SHA for ab43945
1 file changed
scripts/windows/build_secp256k1.bat
@@ -4,7 +4,8 @@ git clone https://github.com/bitcoin-core/secp256k1
4
cd secp256k1
5
git checkout 68b55209f1ba3e6c0417789598f5f75649e9c14c
6
git reset --hard
7
-cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
+if exist "build" rmdir /s /q "build"
8
+cmake -G "Visual Studio 17 2022" -A x64 -S . -B build -DSECP256K1_ENABLE_MODULE_RECOVERY=ON
9
cd build
10
cmake --build .
11
if not exist "..\..\..\..\..\build\" mkdir "..\..\..\..\..\build\"
0 commit comments