Skip to content
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

Add AOT cross-compilation #177

Merged
merged 1 commit into from
Nov 21, 2020
Merged

Conversation

provokateurin
Copy link
Member

Closes go-flutter-desktop/go-flutter#526 for now.
With this PR it's possible to cross-compile AOT for windows on linux and darwin using wine (also with docker) and AOT for darwin on linux using darling, but not with docker, because darling needs a kernel module.
I also put all hacks that are needed for darwin together into a single file.

@edTheGuy00
Copy link
Contributor

Nice, but I think most MacOS users will still have to use Docker as Wine doesn't work on MacOS 10.15 and newer

@provokateurin
Copy link
Member Author

Oh that's interesting. Anyway it wasn't even possible before in the docker container.

@provokateurin provokateurin merged commit 5014a98 into master Nov 21, 2020
@provokateurin provokateurin deleted the feature/aot-cross-compilation branch November 21, 2020 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Cross-compilation not working using docker
3 participants