eal: fix error message for unsupported platforms
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 20 Jul 2018 14:13:10 +0000 (15:13 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 08:16:52 +0000 (10:16 +0200)
commit7ab927f70a693f15b679d033512cb5802fa10c9b
tree61f9fc27a1b2dbde3392bcf8076834d223f7f54e
parentecea301994105fc3534eaac74c104777192473a4
eal: fix error message for unsupported platforms

When building with meson on e.g. cygwin, the error message about an
unsupported platform referenced an unknown variable since
"host_machine" was missing an "_".

Fixes: 844514c73569 ("eal: build with meson")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_eal/meson.build