> > Meson versions >= 0.54.0 include support for handling /implib > > with msvc link. Specifying it explicitly causes failures when > > linking against the dll. Tested using Link 14.27.29112.0 and > > Clang 11.0.0. > > > > There were a number of changes to the way that import libraries > > are handled between 0.47.1 and 0.54.0. Only make the change > > for >= 0.54.0, leaving the behaviour unchanged for earlier > > versions. > > > > Signed-off-by: Nick Connolly <nick.conno...@mayadata.io> > > Tested-by: Ranjit Menon <ranjit.me...@intel.com> > > Acked-by: Ranjit Menon <ranjit.me...@intel.com> > > --- > > v2: > > * split out config/meson.build change > > Acked-by: Khoa To <k...@microsoft.com>
Applied, thanks