From 3a71e8d3521fff15d4d842d3c968e0fc8d02c740 Mon Sep 17 00:00:00 2001 From: m2049r Date: Fri, 22 Jun 2018 22:43:31 +0200 Subject: [PATCH] fix path of build script --- doc/BUILDING-external-libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILDING-external-libs.md b/doc/BUILDING-external-libs.md index 7cdbfad..bbf0c08 100644 --- a/doc/BUILDING-external-libs.md +++ b/doc/BUILDING-external-libs.md @@ -103,7 +103,7 @@ ln -sf ../include /opt/android/build/boost/x86_64 cd /opt/android git clone https://github.com/m2049r/monero.git -cd /opt/android/monero/build +cd /opt/android/monero ./build-all-arch.sh ```