build: fix drivers library path on Windows
authorTal Shnaiderman <talshn@mellanox.com>
Mon, 29 Jun 2020 12:37:38 +0000 (15:37 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jun 2020 22:02:53 +0000 (00:02 +0200)
commit77cca7ccec13b617c64f21c573c9e6ac5b4aed64
tree8c79efc909e603a39b1a354e70b9ed32c438a81d
parentabd5c69bf673dabe3c5acd8b839e6745d8d18322
build: fix drivers library path on Windows

import library (/IMPLIB) in meson.build should use
the 'drivers' and not 'libs' folder.

The error is: fatal error LNK1149: output filename matches input filename.
The fix uses the correct folder.

Fixes: 5ed3766981 ("drivers: process shared link dependencies as for libs")
Cc: stable@dpdk.org
Signed-off-by: Tal Shnaiderman <talshn@mellanox.com>
drivers/meson.build