Re: [PATCH v3 35/38] tools/xl: don't assume libxl and libxlutil are in one directory
On Sun, Aug 23, 2020 at 11:35:16AM +0200, Juergen Gross wrote: > Add the correct flags for both, libxenlight and libxlutil, when > building xl. > > Signed-off-by: Juergen Gross Acked-by: Wei Liu
[PATCH v3 35/38] tools/xl: don't assume libxl and libxlutil are in one directory
Add the correct flags for both, libxenlight and libxlutil, when building xl. Signed-off-by: Juergen Gross --- tools/xl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xl/Makefile b/tools/xl/Makefile index af4912e67a..407dd7554c 100644 --- a/tools/xl/Makefile +++ b/tools/xl/Mak