kross: fix typo

This commit is contained in:
John 2019-09-16 23:56:58 +03:00
parent a99c95db79
commit bf99dd454c

View file

@ -19,7 +19,7 @@ if [ "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
armv6-musl) makedepends+=" libatomic-devel";;
armv6l-musl) makedepends+=" libatomic-devel";;
esac
kross-devel_package() {