fix(core): broken library path on external projects when using '.local' in installation paths
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. Merge branch '761-core-broken-library-path-on-external-projects-when-using-local-in-installation-paths' into 'dev' Closes #761 See merge request sight/sight!614
Please register or sign in to comment