fix path of build script

This commit is contained in:
m2049r 2018-06-22 22:43:31 +02:00 committed by GitHub
parent af68c5e51f
commit 3a71e8d352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```