mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 09:06:04 -04:00
Dockerfile: use single build dir
This commit is contained in:
parent
59024a9e88
commit
936e22a9b5
2 changed files with 3 additions and 1 deletions
|
@ -138,4 +138,5 @@ RUN cd /src \
|
|||
&& CMAKE_INCLUDE_PATH="${PREFIX}/include" \
|
||||
CMAKE_LIBRARY_PATH="${PREFIX}/lib" \
|
||||
ANDROID_STANDALONE_TOOLCHAIN_PATH=${TOOLCHAIN_DIR} \
|
||||
USE_SINGLE_BUILDDIR=1 \
|
||||
PATH=${HOST_PATH} make release-static-android -j${NPROC}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue