tttapa / py-build-cmake

Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.
https://pypi.org/project/py-build-cmake
MIT License
38 stars 6 forks source link

Cross-compile Windows arm64 using cibuildwheel #14

Closed laggykiller closed 11 months ago

laggykiller commented 11 months ago

I have created a PR that allow projects created by py-build-cmake to be cross-compiled to arm64 on Windows using cibuildwheel.

The PR, with details are here: https://github.com/pypa/cibuildwheel/pull/1557

Any advice?

laggykiller commented 11 months ago

Resolved: https://github.com/pypa/cibuildwheel/pull/1557#issuecomment-1648759609

Thanks!