Replies: 1 comment 1 reply
|
From Linux to Windows was not officially supported. It needs mingw64 which is installed differently depending on your distro. Although, I believe it is possible by "installing" https://github.com/IsaacShelton/AdeptCrossCompilation/releases and then symlinking the 4 binaries to your distro-installed versions of them. bin/x86_64-w64-mingw32-gcc I know its possible because I tried it once, but it isn't officially supported I would love ideas of how to make this easier, but I don't know how this would be possible without restricting it to maybe only Ubuntu for example |
1 reply
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.
Well, I can't find the package for cross compiling from Linux to Windows. Only the package to cross compile from macOS to Windows:
https://github.com/IsaacShelton/AdeptCrossCompilation/releases
This package is not updated since 2022.
All reactions