1
mirror of https://github.com/m2049r/xmrwallet synced 2025-03-31 05:19:19 +02:00

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

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