Fix Android build scripts
This commit is contained in:
parent
582bbd09cc
commit
7da26a1e52
2 changed files with 4 additions and 4 deletions
|
@ -72,8 +72,8 @@ RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
|
|||
&& make build_crypto build_ssl \
|
||||
&& cd .. && mv openssl-${OPENSSL_VERSION} openssl
|
||||
|
||||
RUN git clone https://github.com/monero-project/monero.git \
|
||||
&& cd monero \
|
||||
RUN git clone https://kumig.it/kumitterer/danicoin.git \
|
||||
&& cd danicoin \
|
||||
&& mkdir -p build/release \
|
||||
&& CC=clang CXX=clang++ \
|
||||
BOOST_ROOT=${WORKDIR}/boost_${BOOST_VERSION} BOOST_LIBRARYDIR=${WORKDIR}/boost_${BOOST_VERSION}/android32/lib/ \
|
||||
|
|
|
@ -72,8 +72,8 @@ RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
|
|||
&& make build_crypto build_ssl \
|
||||
&& cd .. && mv openssl-${OPENSSL_VERSION} openssl
|
||||
|
||||
RUN git clone https://github.com/monero-project/monero.git \
|
||||
&& cd monero \
|
||||
RUN git clone https://kumig.it/kumitterer/danicoin.git \
|
||||
&& cd danicoin \
|
||||
&& mkdir -p build/release \
|
||||
&& cd build/release \
|
||||
&& CC=clang CXX=clang++ \
|
||||
|
|
Loading…
Reference in a new issue