shutils/build_dependencies.sh: also show build_helper that are set.
This commit is contained in:
parent
d559844034
commit
5850b188b4
|
@ -199,6 +199,10 @@ install_pkg_deps() {
|
|||
|
||||
[ -n "$build_style" ] && style=" [$build_style]"
|
||||
|
||||
for s in $build_helper; do
|
||||
style+=" [$s]"
|
||||
done
|
||||
|
||||
if [ "$pkg" != "$targetpkg" ]; then
|
||||
msg_normal "$pkgver: building${style} (dependency of $targetpkg) ...\n"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue