]> www.infradead.org Git - users/sagi/libnvme.git/commit
meson: use host target for defining endianness
authorJeremy Kerr <jk@codeconstruct.com.au>
Mon, 20 Jun 2022 04:07:22 +0000 (12:07 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Mon, 20 Jun 2022 04:52:22 +0000 (12:52 +0800)
commitf21a66ce6bed537b15ecfba47281036bd4a09641
treed39a7e2e7d405cac06520938df0a1421672a93c1
parent65f5279a1480e4931f853fc19c6ad38ac01184e6
meson: use host target for defining endianness

We're currently basing the host endian tests on the build_machine; we
should be using host_machine instead.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
meson.build