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

fix(cmake): support Windows ARM cross-compilation #4406

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Conversation

henryiii
Copy link
Collaborator

Description

Currently, even if you manually set the libraries variable to an ARM library, this still gets the Intel library when cross-compiling on Windows.

Suggested changelog entry:

* fix(cmake): support setting PYTHON_LIBRARIES manually for Windows ARM cross-compilation

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii marked this pull request as ready for review December 15, 2022 18:29
@henryiii
Copy link
Collaborator Author

Just shipped Windows ARM cross-compile support in scikit-build-core 0.1.4 and scikit-build 0.16.4. This patch would be great to get in for projects using pybind11, like pybind/scikit_build_example#65.

@henryiii henryiii merged commit a97c4d2 into master Dec 19, 2022
@henryiii henryiii deleted the henryiii-patch-3 branch December 19, 2022 19:36
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Dec 19, 2022
@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants