Skip to content

fix(core): broken library path on external projects when using '.local' in installation paths

Description

The deduction of the library path failed when share was already present in the main module path. The problem already occurred with module paths themselves, so the regex is now shared between these two places.

Closes #761 (closed)

How to test it?

  • Launch an application in a child repository, and where the build directory contains "share"
Edited by Marc SCHWEITZER

Merge request reports