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: Process platform-specific flags earlier #91791

Merged

Commits on May 30, 2024

  1. SCons: Process platform-specific flags earlier

    Some of the logic in SCons depends on flags that get overridden in the
    platform-specific `detect.py`, so it needs to be processed first.
    
    For example the Android/iOS/Web platforms override the default `target`
    to `template_debug`, but this was processed too late so e.g. the logic
    that sets `env.editor_build` would set it to true due to the default
    `target` value in the environment being `editor`.
    akien-mga committed May 30, 2024
    Configuration menu
    Copy the full SHA
    37cf266 View commit details
    Browse the repository at this point in the history