wownero
/
wownerujo
Archived
4
0
Fork 0

add libsodium as dep

openssl-1.1.0
fuwa 6 years ago
parent 7504d07604
commit b5ff34695f

@ -10,10 +10,6 @@ all: build-external-libs
build-external-libs: clean-external-libs collect
# faster build for testing f-droid release
use-prebuilt-external-libs:
script/build-external-libs/use-archive.sh
clean-external-libs:
script/build-external-libs/clean.sh
@ -34,20 +30,27 @@ libsodium: toolchain
script/build-external-libs/fetch-libsodium.sh
script/build-external-libs/build-libsodium.sh
wownero: toolchain openssl boost
wownero: toolchain openssl boost libsodium
script/build-external-libs/fetch-wownero.sh
script/build-external-libs/patch-wownero.sh
script/build-external-libs/build-wownero.sh
collect: wownero
script/build-external-libs/collect.sh
# dev shortcut
# faster build for testing f-droid release
use-prebuilt-external-libs:
script/build-external-libs/use-archive.sh
wownero-unsafe:
script/build-external-libs/fetch-wownero.sh
script/build-external-libs/patch-wownero.sh
script/build-external-libs/build-wownero.sh
collect: wownero
script/build-external-libs/collect.sh