From c8a9083d28a2f7b60102bd64e944be431a957b5d Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 3 Jun 2025 18:27:45 +0000 Subject: [PATCH] macos build: include libsecp256k1 dylib --- contrib/osx/make_osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osx/make_osx.sh b/contrib/osx/make_osx.sh index b78cec841..2fa3557bc 100755 --- a/contrib/osx/make_osx.sh +++ b/contrib/osx/make_osx.sh @@ -151,7 +151,7 @@ else info "Building libsecp256k1 dylib..." "$CONTRIB"/make_libsecp256k1.sh || fail "Could not build libsecp" fi -#cp -f "$DLL_TARGET_DIR"/libsecp256k1.*.dylib "$PROJECT_ROOT/electrum" || fail "Could not copy libsecp256k1 dylib" +cp -f "$DLL_TARGET_DIR"/libsecp256k1.*.dylib "$PROJECT_ROOT/electrum" || fail "Could not copy libsecp256k1 dylib" if [ ! -f "$DLL_TARGET_DIR/libzbar.0.dylib" ]; then info "Building ZBar dylib..."