Pybind11 supports crosscompiling to arm64 on windows #42655
msclock
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pybind11 in official vcpkg explicitly dismisses to support for arm64 on windows with
!(arm & windows)
.But it can build successfully. See https://github.com/serious-scaffold/ss-pybind11/actions/runs/12279668048/job/34264414765.
There are two workarounds:
support
field.--allowed-unsupported
to VCPKG_INSTALL_OPTIONS.(My current solution)Hope it helps one day for someone.
Beta Was this translation helpful? Give feedback.
All reactions