mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
kernel-libc-headers: enable ppc64 support
This commit is contained in:
parent
b408efe72a
commit
6c008b4fa9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
arm*) _arch="arm";;
|
||||
aarch64*) _arch="arm64";;
|
||||
mips*) _arch="mips";;
|
||||
ppc64*) _arch="powerpc";;
|
||||
*) msg_error "$pkgname: unknown architecture.\n";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue