meson: Use host instead of target
commit9a507b47bc514514d15838d0dbf442317ed987fd
authorColomban Wendling <ban@herbesfolles.org>
Mon, 22 Apr 2024 20:20:14 +0000 (22 22:20 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 22 Apr 2024 20:26:55 +0000 (22 22:26 +0200)
tree2b285ff2ea0bc6eb3e5eb325937a5e1aeb14cb2b
parent15831f4dfb7c8cd7de5080e8dfddf7d84ca60c4f
meson: Use host instead of target

They are gonna be the same in practice, but it's not how "target" is
supposed to be used, see [1] and [2].

Streamline this to use "host", which also makes things match our
Autotools closer.

[1] https://mesonbuild.com/Cross-compilation.html
[2] https://www.gnu.org/software/autoconf/manual/html_node/Specifying-Target-Triplets.html
meson.build