mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
126 stars 65 forks source link

BUG: fix all RPATHs that start with $ORIGIN #510

Closed metab0t closed 12 months ago

metab0t commented 12 months ago

Attempt to fix https://github.com/mesonbuild/meson-python/issues/509

dnicolodi commented 12 months ago

This fixes only the the RPATH handling for ELF binaries on Linux. The macOS code needs a similar change.

dnicolodi commented 12 months ago

I've pushed a patch that fixes the identified issues. Please take a look.

metab0t commented 12 months ago

I've pushed a patch that fixes the identified issues. Please take a look.

Thanks for the fix! LGTM