On Thu, 2 Oct 2025 at 13:54, David Marchand <[email protected]> wrote: > On Wed, 24 Sept 2025 at 13:13, Bruce Richardson > <[email protected]> wrote: > > > > The meson find_library() API call sometimes finds a library that is > > actually incompatible with the current build, for example, returning a > > 64-bit library when doing a 32-bit build. To avoid problems with this, > > check each library returned from a find_library() call and treat the > > library as unfound if its incompatible. > > > > This checking is not necessary (or should not be necessary) for > > dependencies got using pkg-config, since the .pc files for each build > > type are stored in a different directory on the system. > > > > Signed-off-by: Bruce Richardson <[email protected]> > > Acked-by: David Marchand <[email protected]>
Applied, thanks. -- David Marchand

