> -----Original Message----- > From: dev <[email protected]> On Behalf Of Nick Connolly > Sent: Friday, October 30, 2020 11:45 PM > Cc: [email protected]; [email protected]; Nick Connolly > <[email protected]>; ranjit.menon <[email protected]> > Subject: [EXTERNAL] [dpdk-dev] [PATCH v2] windows: minor build fixes > > 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 <[email protected]> > Tested-by: Ranjit Menon <[email protected]> > Acked-by: Ranjit Menon <[email protected]> > --- > v2: > * split out config/meson.build change >
Acked-by: Khoa To <[email protected]>

