cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
88 stars 16 forks source link

Add support for `aarch64-apple-ios`. #10

Closed Alexhuszagh closed 2 years ago

Alexhuszagh commented 2 years ago

Add rudimentary support for ARM64 iOS targets. This checks that C++ libraries, including those like bzip2, compile, but has not been tested to see if the binaries properly run on the target system.

Other iOS targets were tested, but did not work, including:

Closes #6.