kernel-libc-headers: allow this to be built via cross musl.

This commit is contained in:
Juan RP 2014-01-08 13:41:28 +01:00
parent b9816c6e07
commit 8dcba7ce5d
1 changed files with 1 additions and 1 deletions

View File

@ -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