From aff91764d9b5bb9460e178e851d3d95a7a6c0401 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Fri, 11 Oct 2024 19:06:42 -0500 Subject: [PATCH] remove impls/monero.rs/scripts/build_monero_c.sh see https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796441212 Co-authored-by: cyan --- impls/monero.rs/scripts/build_monero_c.sh | 34 ----------------------- 1 file changed, 34 deletions(-) diff --git a/impls/monero.rs/scripts/build_monero_c.sh b/impls/monero.rs/scripts/build_monero_c.sh index a92adfea..ca9fba40 100755 --- a/impls/monero.rs/scripts/build_monero_c.sh +++ b/impls/monero.rs/scripts/build_monero_c.sh @@ -50,40 +50,6 @@ case $ARCH-$OS in ;; esac -#../prepare_moneroc.sh -# See https://github.com/cypherstack/flutter_libmonero/blob/main/scripts/prepare_moneroc.sh -# flutter_libmonero/scripts/prepare_moneroc.sh: - -if [[ ! -d "monero_c" ]]; -then - #rm -rf monero_c - git clone https://github.com/sneurlax/monero_c --branch rust -fi -cd monero_c -#git checkout "6eb571ea498ed7b854934785f00fabfd0dadf75b" -git reset --hard -#git config submodule.libs/wownero.url https://git.cypherstack.com/Cypher_Stack/wownero -#git config submodule.libs/wownero-seed.url https://git.cypherstack.com/Cypher_Stack/wownero-seed -git submodule update --init --force --recursive -./apply_patches.sh monero -#./apply_patches.sh wownero - -if [[ ! -f "monero/.patch-applied" ]]; -then - ./apply_patches.sh monero -fi - -#if [[ ! -f "wownero/.patch-applied" ]]; -#then -# ./apply_patches.sh wownero -#fi - -# flutter_libmonero/scripts/linux/build_all.sh cont. ... - -pushd ../monero_c - ./build_single.sh monero "$TARGET_ARCH" -j$(nproc) - #./build_single.sh wownero "$TARGET_ARCH" -j$(nproc) -popd unxz -f release/monero/${TARGET_ARCH}_libwallet2_api_c.so.xz #unxz -f release/wownero/${TARGET_ARCH}_libwallet2_api_c.so.xz