Re: [dpdk-dev] [PATCH] build: replace meson OS detection with variable

2020-06-30 Thread Bruce Richardson
On Mon, Jun 29, 2020 at 10:36:56PM +0200, Thomas Monjalon wrote: > Some places were calling the meson function host_machine.system() > instead of the variables is_windows and is_linux defined > in config/meson.build. > > Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson though while ch

[dpdk-dev] [PATCH] build: replace meson OS detection with variable

2020-06-29 Thread Thomas Monjalon
Some places were calling the meson function host_machine.system() instead of the variables is_windows and is_linux defined in config/meson.build. Signed-off-by: Thomas Monjalon --- buildtools/pmdinfogen/meson.build| 2 +- drivers/crypto/octeontx2/meson.build | 2 +- drivers/net/pfe/meson.bui