-
Notifications
You must be signed in to change notification settings - Fork 294
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
Add support for building for Windows ARM64 #670
base: master
Are you sure you want to change the base?
Conversation
…ld-lib.cmd. build-all.cmd: add runtime arch detection for Windows ARM64.
I went through all commits of all 3 PRs, and it looks like the port was done correctly. I saw no surprises. I haven't compiled tested yet, will try to do so once I get my Windows system backup and running. |
Is libcecsharp included in this too, or is the intention to build without it (or did I clone something wrong?) I cloned this repo recursively, and use the build command: It then appears to try and build the x64 version of libcecsharp, on my WoA machine |
It isn't, unfortunately. |
No compatible one, as in the ones that support it are too new compared to the one the project requires? Is there a command line I should be using for building/testing then, that doesn't build libcecsharp? |
This PR adds support for building libcec for Windows ARM64.
Please also check out the relevant PRs for "platform" and "support" submodules.
Pulse-Eight/platform#50
Pulse-Eight/libcec-support#4