mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
android-arm: Update toolchain and provide Toolchain.cmake.
This commit is contained in:
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
||||
DOCKER = docker
|
||||
IMAGE = thewtex/cross-compiler
|
||||
|
||||
android-arm:
|
||||
$(DOCKER) build -t $(IMAGE)-android-arm linux-arm
|
||||
android-arm: base android-arm/Dockerfile
|
||||
$(DOCKER) build -t $(IMAGE)-android-arm android-arm
|
||||
|
||||
darwin-x64:
|
||||
$(DOCKER) build -t $(IMAGE)-darwin-x64 darwin-x64
|
||||
|
Reference in New Issue
Block a user