diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-05 11:28:52 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-05 11:28:52 -0500 |
| commit | 0d100a5dd9f25e268751e33ceac09a491a8b3d5b (patch) | |
| tree | 556661e00346bfb3fa3c3beaaa07823aabb91d52 /build_single.sh | |
| parent | bbd4b3d61cf90542685421c80daaa6e775f6c970 (diff) | |
uncomment build depends for monero
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/build_single.sh b/build_single.sh index 53814c0..a3b0aee 100755 --- a/build_single.sh +++ b/build_single.sh @@ -233,18 +233,18 @@ pushd $repo/contrib/depends echo "= =" echo "====================================" pwd - #pushd ../../../external/ios - # ./install_missing_headers.sh - # ./build_openssl.sh - # ./build_boost.sh - # ./build_sodium.sh - # ./build_zmq.sh - # ./build_unbound.sh - # if [[ "$repo" == "wownero" ]]; - # then - # ./build_wownero_seed.sh - # fi - #popd + pushd ../../../external/ios + ./install_missing_headers.sh + ./build_openssl.sh + ./build_boost.sh + ./build_sodium.sh + ./build_zmq.sh + ./build_unbound.sh + if [[ "$repo" == "wownero" ]]; + then + ./build_wownero_seed.sh + fi + popd POLYSEED_DIR=../../../external/polyseed/build/${HOST_ABI} rm -rf ${POLYSEED_DIR} mkdir -p ${POLYSEED_DIR} |
