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
@@ -97,7 +97,7 @@ make -C depends HOST="$HOST" NO_QT=0 -j"$JOBS"
require_path "$BASE_CONFIG"
ensure_native_protoc
if [[ ! -f configure ]]; then
if [[ ! -f configure || ! -f src/secp256k1/configure || ! -f src/secp256k1/Makefile.in ]]; then
./autogen.sh
fi