devtools: fix check of ccache for meson build
authorThomas Monjalon <thomas@monjalon.net>
Fri, 13 Sep 2019 07:26:27 +0000 (09:26 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Sep 2019 10:32:32 +0000 (12:32 +0200)
commit54a88d1b16303bcb923773293ceb71d8c19a6403
tree0b208cf891320a2d0246e98cd17fab58f11a2a9b
parent272236741258632b3c0177ec0cf09f4a50b737fb
devtools: fix check of ccache for meson build

The meson build test fails if ccache is not available.
The use of ccache must be optional.
And if used, the compiler to check is the last word of $CC.

Fixes: e0ae780e6569 ("devtools: test compiler availability only once")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Luca Boccassi <bluca@debian.org>
devtools/test-meson-builds.sh