diff options
author | Nils Andreas Svee <me@lochnair.net> | 2017-12-10 01:18:11 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-12-11 09:01:31 +0200 |
commit | 13d404cff2cba4e247bbdf91123cb5781124edad (patch) | |
tree | c8270adfdc8e85fea4f83db504c9639d9bff38b8 /main/musl | |
parent | f3c61cdf41a9d3de593e053cb8fcf9bff00069d2 (diff) | |
download | aports-13d404cff2cba4e247bbdf91123cb5781124edad.tar.bz2 aports-13d404cff2cba4e247bbdf91123cb5781124edad.tar.xz |
main/musl: install correct headers for MIPS64
Diffstat (limited to 'main/musl')
-rw-r--r-- | main/musl/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD index 2c6ca6340e..4e229db9ed 100644 --- a/main/musl/APKBUILD +++ b/main/musl/APKBUILD @@ -77,6 +77,7 @@ package() { ppc) ARCH="powerpc" ;; ppc64*) ARCH="powerpc64" ;; s390*) ARCH="s390x" ;; + mips64*) ARCH="mips64" ;; mips*) ARCH="mips" ;; esac |