mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
kross: fix typo
This commit is contained in:
parent
a99c95db79
commit
bf99dd454c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6-musl) makedepends+=" libatomic-devel";;
|
armv6l-musl) makedepends+=" libatomic-devel";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
kross-devel_package() {
|
kross-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue