thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
64 stars 4 forks source link

feat: Windows support in makefiles #36

Closed SecondFlight closed 2 years ago

SecondFlight commented 2 years ago

Related to #33. Supersedes #35, since workflows aren't running on that PR.

This patch adds Windows support for the Makefiles, while trying to preserve existing behavior on macOS and Linux. There are likely more things wrong, but it's working until the first Windows-related error in rid itself.

Notable changes:

SecondFlight commented 2 years ago

Well, workflows aren't running here either - my bad. Reopening #35...