Skip to content

beesh.sh: fix meson priority #20

Merged
merged 1 commit into from Apr 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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