kernel-libc-headers: allow this to be built via cross musl.
This commit is contained in:
parent
b9816c6e07
commit
8dcba7ce5d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if [ "$CHROOT_READY" ]; then
|
|||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|x86_64) _arch="x86";;
|
||||
i686*|x86_64*) _arch="x86";;
|
||||
arm*) _arch="arm";;
|
||||
*) msg_error "$pkgver: unknown architecture.\n";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue