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

Build Windows/macOS for multiple architectures #131

Merged
merged 6 commits into from
Oct 22, 2022
Merged

Build Windows/macOS for multiple architectures #131

merged 6 commits into from
Oct 22, 2022

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Oct 15, 2022

Also add a UWP target (the WinIO class doesn't compile yet, which is where it can really be useful).

So we have a platform building on 32 bits and on arm.
So we may spot differences/warnings/issues on both platforms.
Use -std=c++14 instead of -std=gnu++14 so we can tell when using improper C++.
If it can do XP (that we need for VLC 3), it can do Win10 that we also test in
UWP builds.
@robUx4 robUx4 force-pushed the build-archs branch 2 times, most recently from 610acde to ca33c25 Compare October 16, 2022 14:55
@robUx4 robUx4 merged commit 5d4f62d into master Oct 22, 2022
@robUx4 robUx4 deleted the build-archs branch October 22, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant