diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-25 14:11:03 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-25 14:36:57 +0200 |
| commit | c8a28fae5e50017606623d4962d3a527ee775c64 (patch) | |
| tree | 7caaffe01cb80e015ee2c6640ed0e4b4e1079e93 /build_single.sh | |
| parent | b7eab542df8e5be2cdc2180dba2dfedc66f07a14 (diff) | |
fix wownero build in contrib/depends systemv0.18.3.3-RC37
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 |
