Skip to content

Commit 31df6b1

Browse files
authored
Merge pull request #793 from cypherstack/epic
Move epic hackfix into build_all.sh and update r21 url
2 parents 0c8e99b + e893945 commit 31df6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/android/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mkdir -p build
1111
./install_ndk.sh
1212

1313
(cd ../../crypto_plugins/flutter_liblelantus/scripts/android && ./build_all.sh ) &
14-
(cd ../../crypto_plugins/flutter_libepiccash/scripts/android && ./install_ndk.sh && ./build_all.sh ) &
14+
(cd ../../crypto_plugins/flutter_libepiccash/scripts/android && ./install_ndk.sh && ./build_opensll.sh && ./build_all.sh ) &
1515
(cd ../../crypto_plugins/flutter_libmonero/scripts/android/ && ./build_all.sh ) &
1616

1717
wait

0 commit comments

Comments
 (0)