How to get meson to use a library in a different lib directory?
0
votes
1
answer
1125
views
I have two versions of a library, zita-convolver3 and zita-convolver4. The system library is zita-convolver3, but i want to link against zita-convolver4, which is stored in a local user directory.
How do i get meson to compiler.find_library zita-convolver4 instead of prioritising the system version zita-convolver3? I can work around this by using a pkg-config file and setting the pkgconfig_path to explicitly set this. But is there a way of doing it using only meson?
Asked by placid chat
(761 rep)
Mar 31, 2022, 03:02 AM
Last activity: Apr 7, 2022, 12:40 AM
Last activity: Apr 7, 2022, 12:40 AM