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

subproject: Fix inheritance of language options #13944

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

Conversation

eyalitki
Copy link

Add handling of language args for subprojects, which was previously only done for the main project as part of the detection of the language compiler.

Language options were deferred for later handling during language load. This caused default language options to break for subprojects which were missing this loading step due to the language compiler already being present.

Resolves #13260.

Add handling of language args for subprojects, which was
previously only done for the main project as part of the detection
of the language compiler.

Language options were deferred for later handling during
language load. This caused default language options to break for
subprojects which were missing this loading step.

Resolves mesonbuild#13260.

Signed-off-by: Eyal Itkin <eyal.itkin@gmail.com>
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.

Passing c_args to a subproject does not work
1 participant