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

SCons: Add only selected platform's opts to env #44433

Merged
merged 1 commit into from
Dec 17, 2020

Commits on Dec 16, 2020

  1. SCons: Add only selected platform's opts to env

    Otherwise we can get situations where platform-specific opts with the same name
    can override each other depending on the order at which platforms are parsed,
    as was the case with `use_static_cpp` in Linux/Windows.
    
    Fixes godotengine#44304.
    
    This also has the added benefit that the `scons --help` output will now only
    include the options which are relevant for the selected (or detected) platform.
    akien-mga committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    0f84d8d View commit details
    Browse the repository at this point in the history