Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(install): use Path.of_local (#10248)
`append_local` creates source paths that look like `_build/install/...`. While these are "correct", `Path.Source.is_in_build_dir` returns true for these. In contrast, `Path.of_local` will detect the `_build` part and make a build path. Signed-off-by: Etienne Millon <[email protected]>
- Loading branch information