diff --git a/Makefile b/Makefile index 1f6c835..199930b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ libsodium: toolchain script/build-external-libs/fetch-libsodium.sh script/build-external-libs/build-libsodium.sh -wownero: toolchain libsodium openssl boost +wownero: toolchain openssl libsodium boost script/build-external-libs/fetch-wownero.sh script/build-external-libs/patch-wownero.sh script/build-external-libs/build-wownero.sh diff --git a/script/build-external-libs/fetch-wownero.sh b/script/build-external-libs/fetch-wownero.sh index bb511d4..8e7fc36 100755 --- a/script/build-external-libs/fetch-wownero.sh +++ b/script/build-external-libs/fetch-wownero.sh @@ -10,10 +10,11 @@ cd $EXTERNAL_LIBS_BUILD_ROOT # url="$base_dir/vendor/wownero" -url="https://github.com/wownero/wownero" +# url="https://github.com/wownero/wownero" +url="https://github.com/fuwa0529/wownero" # url="https://github.com/wowario/wownero" # version="v0.4.0.0" -version="48ef3ff" +version="c786fb5" rm -rf wownero