How to cross compile from Linux to Windows (x86_64-pc-windows-msvc)? #4077
Unanswered
theCalcaholic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm currently trying to cross compile a dioxus desktop application for target
x86_64-pc-windows-msvc
.The project builds fine with
cargo xwin build --target x86_64-pc-windows-msvc
- but I have no clue how to tell the dioxus cli to use it.dx build
(or bundle) expectedly fails, because it's not finding the linker (link.exe
). Do you have any idea where to go from here?PS: Building for
x86_64-pc-windows-gnu
works, but I'm hitting an separate issue with it and I think, it should be possible to cross build forx86_64-pc-windows-msvc
as well and it would be great to document how. :)Beta Was this translation helpful? Give feedback.
All reactions