Skip to content

Commit

Permalink
buildtypes/meson: Log if meson is not there
Browse files Browse the repository at this point in the history
This is useful for MarIuX as `meson` is only in the Python package
environment, and not installed in the system.
  • Loading branch information
pmenzel committed Jan 5, 2018
1 parent b1ca189 commit d09a429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtypes/meson.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [ ! -r "${BEE_BUILDTYPE_MESON_MESONBUILD}" ] ; then
fi

if ! type -p meson >/dev/null 2>&1 ; then
print_info "Could not find executable meson."
return
fi

Expand Down

0 comments on commit d09a429

Please sign in to comment.