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
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 --