ecea301994
When building DPDK with meson with the <builddir> being outside the source
directory, an error was generated as the path to the EAL headers was not
found. The path specified for the includes backed out unnecessarily far and
so broke when the build directory was not in the expected location of
just inside the source dir. Changing the path to be shorter, just going
down one level and then into EAL builds for both cases - where builddir is
in source directory, and also when it's outside it.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_kvargs_version.map | ||
rte_kvargs.c | ||
rte_kvargs.h |