Skip to content

added support for building cffi on windows on arm machines

Niyas Sait requested to merge topic/default/woa-support into branch/default

The change adds support for building cffi package on WoA(windows on arm).

Libffi for WoA has been copied from CPython binary dependencies

https://github.com/python/cpython-bin-deps/archive/libffi.zip

The change also renames the existing libffi_msvc to libffi_x86_x64 to keep things consistent.

Merge request reports