Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Windows cross compilation (x64 -> arm64) #1108

Closed
wants to merge 1 commit into from

Commits on Jun 14, 2022

  1. support Windows cross compilation (x64 -> arm64)

    When python executing cibuildwheel is x64 and target cpython is arm64,
    automatically enable cross compilation.
    
    When cross compiling, wheel can't be installed nor tested (deactivated).
    
    Only supported for cpython build variants.
    
    Support is a bit hacky, but python does not offer better way to do it for now:
    - libs folder is copied from target to host python
    - wheel must be patched to change some file names
    pbo-linaro committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    40a43d8 View commit details
    Browse the repository at this point in the history