Bootstrap secp256k1 in build scripts

This commit is contained in:
root
2026-05-01 15:55:52 +00:00
parent 5e4789e28c
commit 906a6affea
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ build_windows_daemon() {
run_step 45 "Building Windows daemon depends" make -C depends HOST="$HOST_WIN64" NO_QT=1 -j"$JOBS"
if [[ ! -f configure ]]; then
if [[ ! -f configure || ! -f src/secp256k1/configure || ! -f src/secp256k1/Makefile.in ]]; then
run_step 60 "Generating configure script" ./autogen.sh
fi