-
-
Notifications
You must be signed in to change notification settings - Fork 219
feat: support Windows ARM #693
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
Conversation
sorry for bringing this up here but is there an ETA on this? |
@ToucanBran The cross-compilation build is blocked, it needs debugging the cmake-ts options. If we had a way of building this natively on Windows Arm, we could do it faster. |
@aminya I see. We're working on a product that will be released around the end of February, is there anyway you could give me a rough timeline of when this might be done? Just need to know if I need to search for alternatives |
I have made several changes in cmake-ts that make cross-compilation possible. Stay tuned EmbeddedEnterprises/cmake-ts#50 |
6d38f17
to
79e2412
Compare
This adds support for Windows Arm64 cross-compiled using cmake-ts (possible after #723)
Fixes #701