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

Fix broken default windows cross compile build #1876

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

tobil4sk
Copy link
Member

The default is meant to be neko, however, since no "neko" target flag is set, this gets ignored and we end up with a broken cpp build that is missing the mingw flag.

Since the default has changed back to neko with this patch, I've also modified the logic so that -cpp is respected and won't lead to a neko build.

Otherwise, we end up with a cpp build instead.
For cross compiling with mingw, this breaks the build since no mingw
flag is set.
@joshtynjala joshtynjala merged commit d2129bb into openfl:develop Dec 18, 2024
26 checks passed
@tobil4sk tobil4sk deleted the fix/windows-cross-compile branch December 18, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants