Does Rust9x support mingw? #23
Replies: 2 comments
|
It does not support mingw targets at the moment. I'm open to contributions there, but won't be implementing it myself. Added #24 to track it |
0 replies
|
It does now! https://github.com/rust9x/rust/releases/tag/rust9x-1.98-beta-v1 |
0 replies
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.
A lot of modern programs also support compiling with mingw. From what I can tell the latest mingw can compile programs compatible with XP. Just using mingw would be a lot easier than trying to get it working on older msvc versions. I went through the wiki and can't find any mentions of mingw.
All reactions