From 1cad97f9b2d3e79a58d5e0e5a345d8be739a22e2 Mon Sep 17 00:00:00 2001 From: Nadav Date: Mon, 19 Mar 2018 14:50:17 +0200 Subject: [PATCH] Adding android-arm64 as a target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765d5d8..b2c7eff 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ORG = dockcross BIN = ./bin # These images are built using the "build implicit rule" -STANDARD_IMAGES = linux-s390x android-arm linux-x86 linux-x64 linux-arm64 linux-armv5 linux-armv6 linux-armv7 linux-mips linux-mipsel linux-ppc64le windows-x86 windows-x64 +STANDARD_IMAGES = linux-s390x android-arm android-arm64 linux-x86 linux-x64 linux-arm64 linux-armv5 linux-armv6 linux-armv7 linux-mips linux-mipsel linux-ppc64le windows-x86 windows-x64 # Generated Dockerfiles. GEN_IMAGES = linux-s390x linux-mips manylinux-x86 manylinux-x64 browser-asmjs