]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: Fix endian check for cross build
authorDaniel Wagner <dwagner@suse.de>
Fri, 28 Oct 2022 09:32:30 +0000 (11:32 +0200)
committerDaniel Wagner <dwagner@suse.de>
Fri, 28 Oct 2022 09:34:27 +0000 (11:34 +0200)
commit9724f72e8bff6e9b4b756fbf4cbddc38f73ecab6
treeece7a557b85653a4e9c90d806cd38f0bd889bc9c
parent8b80aed10c5f062ac3e0f530b4d325b57f8266b2
build: Fix endian check for cross build

The endian check is supposed to figure it the ordering on the machine
which the binary will run on. Hence we need to check the host not the
build machine.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
meson.build