diff options
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
