From c8a28fae5e50017606623d4962d3a527ee775c64 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 25 Apr 2024 14:11:03 +0200 Subject: fix wownero build in contrib/depends system --- build_single.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build_single.sh') diff --git a/build_single.sh b/build_single.sh index 4c5a660..6a3f8e1 100755 --- a/build_single.sh +++ b/build_single.sh @@ -277,6 +277,10 @@ popd if [[ "${HOST_ABI}" == "x86_64-apple-darwin11" || "${HOST_ABI}" == "aarch64-apple-darwin11" ]]; then ${HOST_ABI}-ranlib $PWD/$repo/contrib/depends/${HOST_ABI}/lib/libpolyseed.a + if [[ "$repo" == "wownero" ]]; + then + ${HOST_ABI}-ranlib $PWD/$repo/contrib/depends/${HOST_ABI}/lib/libwownero-seed.a + fi fi pushd ${repo}_libwallet2_api_c -- cgit v1.2.3