tomahawk: needs musl-legacy-compat for *-musl targets
This commit is contained in:
parent
8a0e743885
commit
635f4b270f
1 changed files with 5 additions and 1 deletions
|
@ -36,8 +36,12 @@ if [ "$CROSS_BUILD" ]; then
|
|||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) makedepends+=" libatomic-devel"
|
||||
armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel"
|
||||
esac
|
||||
|
||||
tomahawk-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue