Fix Android build scripts

This commit is contained in:
Kumi 2018-01-29 20:59:03 +01:00
parent 582bbd09cc
commit 7da26a1e52
2 changed files with 4 additions and 4 deletions

View file

@ -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/ \

View file

@ -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++ \