mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Utils: Add Dockerfile for android 64-bit build
This commit is contained in:
parent
e19652df51
commit
02c2b43a72
4 changed files with 154 additions and 5 deletions
|
@ -139,4 +139,4 @@ RUN cd /src \
|
|||
CMAKE_LIBRARY_PATH="${PREFIX}/lib" \
|
||||
ANDROID_STANDALONE_TOOLCHAIN_PATH=${TOOLCHAIN_DIR} \
|
||||
USE_SINGLE_BUILDDIR=1 \
|
||||
PATH=${HOST_PATH} make release-static-android -j${NPROC}
|
||||
PATH=${HOST_PATH} make release-static-android-armv7 -j${NPROC}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue