audiality2 icon indicating copy to clipboard operation
audiality2 copied to clipboard

a2play should not link against libaudiality2.so.* in the build directory

Open olofson opened this issue 8 years ago • 0 comments
trafficstars

Since we're building a2play along with the library, it's normally going to be built before the library is installed. This has the undesired side effect that, when building a dynamic library, the a2play executable will actually try to load the lib in the build directory, instead of the installed one.

It will still find the system one if the build tree is cleaned, so it's probably not a showstopper, but this might call for some further investigation at least.

olofson avatar Jan 30 '17 01:01 olofson