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

Don't use generator expressions #1415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kasper93
Copy link

While generator expression is more concise, it is avoidable in this case. This change fixes compatibility with Meson, which currently does not support generator expressions and would incorrectly enable install. While this shouldn't be critical, it exposes other compatibility issues. In short, by changing this basic expression, I'm able to build shaderc with Meson wrap successfully.

While generator expression is more concise, it is avoidable in this
case. This change fixes compatibility with Meson, which currently does
not support generator expressions and would incorrectly enable install.
While this shouldn't be critical, it exposes other compatibility issues.
In short, by changing this basic expression, I'm able to build shaderc
with Meson wrap successfully.
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.

None yet

1 participant