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

Extracts target dir compute from config.buildtargetinfo into config.targetdir #2258

Closed
wants to merge 1 commit into from

Commits on Sep 23, 2024

  1. Extracts target dir compute from config.buildtargetinfo into `confi…

    …g.targetdir`.
    
    This adds a new internal helper API to get the target dir of a config or
    project: `config.targetdir`, which is a refactor of the existing logic.
    
    I needed a way to access the `targetdir` of a project pre-bake, which
    was not possible before. With the new `config.targetdir` function its
    straightforward to get it.
    tritao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4452aac View commit details
    Browse the repository at this point in the history