Re: [PATCH v2 1/7] configure: Add system = 'linux' for meson when cross-compiling

2020-09-01 Thread Daniel P . Berrangé
On Sun, Aug 23, 2020 at 01:17:51PM +0200, Thomas Huth wrote: > Meson needs the "system = xyz" line when cross-compiling. We are already > adding a "system = 'windows'" for the MinGW cross-compilation case here, > so let's add a "system = 'linux'" now for Linux hosts, too. > > Signed-off-by: Thomas

[PATCH v2 1/7] configure: Add system = 'linux' for meson when cross-compiling

2020-08-23 Thread Thomas Huth
Meson needs the "system = xyz" line when cross-compiling. We are already adding a "system = 'windows'" for the MinGW cross-compilation case here, so let's add a "system = 'linux'" now for Linux hosts, too. Signed-off-by: Thomas Huth --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --