mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Update Dockerfile
Changed `androideabi` to `android`
This commit is contained in:
parent
f94d4a853f
commit
f7b5a29b3d
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
||||
qemu-user-static \
|
||||
unzip
|
||||
|
||||
ENV CROSS_TRIPLE=aarch64-linux-androideabi
|
||||
ENV CROSS_TRIPLE=aarch64-linux-android
|
||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||
ENV AS=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-as \
|
||||
AR=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-ar \
|
||||
|
Loading…
Reference in New Issue
Block a user