meson.build: use program from build machine not host or target.
authormaxice8 <thinkabit.ukim@gmail.com>
Sat, 23 Feb 2019 08:55:00 +0000 (05:55 -0300)
committerDaniel Stone <daniel@fooishbar.org>
Sat, 23 Feb 2019 09:04:36 +0000 (09:04 +0000)
commit9badb4e4a250efc92af0cc6b952bddf12d826c27
treef912884efd973eacf7bbb445c47688f8cadda9bd
parentd40b368b2f4c4cd130f63ac41e4a9d53b684c712
meson.build: use program from build machine not host or target.

We can't always execute binaries from the host or target machine,
as is the case in cross compilation.

closes #89
meson.build