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

Commits on Nov 23, 2024

  1. subproject: Fix inheritance of language options

    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>
    Eyal Itkin committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4c77093 View commit details
    Browse the repository at this point in the history