I should test this on MacOS... I will do that before pushing.
Quoting Dylan Baker (2018-11-16 10:28:36)
> This is the script that meson uses to install megadrivers. Meson always
> sets rpath for in tree dependencies at build time, and normally rpaths
> are stripped at install time. The install meg
Quoting Eric Engestrom (2018-11-16 11:46:02)
>
>
> On November 16, 2018 6:29:55 PM UTC, Dylan Baker wrote:
> > This is the script that meson uses to install megadrivers. Meson
> > always
> > sets rpath for in tree dependencies at build time, and normally rpaths
> > are stripped at install time.
On November 16, 2018 6:29:55 PM UTC, Dylan Baker wrote:
> This is the script that meson uses to install megadrivers. Meson
> always
> sets rpath for in tree dependencies at build time, and normally rpaths
> are stripped at install time. The install megadrivers script breaks
> this
> by bypassing
This is the script that meson uses to install megadrivers. Meson always
sets rpath for in tree dependencies at build time, and normally rpaths
are stripped at install time. The install megadrivers script breaks this
by bypassing meson's normal install machinery.
To fix this I've imported the funct