mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-08 06:42:55 +02:00
Update Dockerfile
This commit is contained in:
parent
f8cabb2edb
commit
e362e021de
@ -25,7 +25,7 @@ RUN mkdir -p /build && \
|
|||||||
cd android-ndk-r${ANDROID_NDK_REVISION} && \
|
cd android-ndk-r${ANDROID_NDK_REVISION} && \
|
||||||
./build/tools/make_standalone_toolchain.py \
|
./build/tools/make_standalone_toolchain.py \
|
||||||
--arch arm \
|
--arch arm \
|
||||||
--api $(ANDROID_NDK_API) \
|
--api ${ANDROID_NDK_API} \
|
||||||
--stl=libc++ \
|
--stl=libc++ \
|
||||||
--install-dir=${CROSS_ROOT} && \
|
--install-dir=${CROSS_ROOT} && \
|
||||||
cd / && \
|
cd / && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user