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

lua: check for posix systems instead of checking for non-posix systems #1778

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

Jan200101
Copy link
Contributor

please verify that the list includes all operating systems from https://mesonbuild.com/Reference-tables.html#operating-system-names minus the ones previously ommited

The check previously checked for systems that it knew were not posix but this made it assume that anything else is posix, which wasn't true for my PS Vita when I was cross compiling for it.

This PR inverts the check with all currently valid host_machine.system() entries

@jpakkane jpakkane merged commit 897fb47 into mesonbuild:master Nov 10, 2024
9 checks passed
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