1
0

libsecp256k1: update hardcoded .so lib name in binaries

follow-up 2a2b683d23

TODO: maybe we should drop the version number in the lib name we bundle...
This commit is contained in:
SomberNight
2023-04-21 14:42:51 +00:00
parent 2f8ab8027b
commit cede16a522
5 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ info "installing python."
)
if [ -f "$DLL_TARGET_DIR/libsecp256k1.so.1" ]; then
if [ -f "$DLL_TARGET_DIR/libsecp256k1.so.2" ]; then
info "libsecp256k1 already built, skipping"
else
"$CONTRIB"/make_libsecp256k1.sh || fail "Could not build libsecp"