filezilla: libatomic is not cross-dependent
This commit is contained in:
parent
9ac15042a1
commit
4e04523e25
|
@ -19,7 +19,9 @@ checksum=f1c5bff0a99c39447a5ea9fdfcc16cc408876ef52fa8d5e7bf041ea0717a7395
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*|ppc|ppc-musl) makedepends+=" libatomic-devel" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
armv6*|ppc*) makedepends+=" libatomic-devel" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue
Block a user