Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
beesh.sh: fix meson priority
lower priority of meson buildtype to allow LFS builds
  • Loading branch information
wwwutz committed Apr 18, 2018
1 parent b9dd723 commit 5d742ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beesh.sh.in
Expand Up @@ -1032,13 +1032,13 @@ bee_run patch "${bee_PATCHFILES[@]}"

bee_buildmagic=( $("${BEE_BINDIR}/beeuniq" "${BEE_BUILDTYPE[@]}" \
cmake \
meson \
autotools \
autogen \
perl-module \
perl-module-makemaker \
python-module \
make \
meson \
jb \
haskell-module \
) )
Expand Down

0 comments on commit 5d742ef

Please sign in to comment.