aboutsummaryrefslogtreecommitdiffstats
path: root/main/guile/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-05-13 17:26:59 -0600
committerAriadne Conill <ariadne@dereferenced.org>2021-05-13 17:26:59 -0600
commit02143b5d5741f72e0cdaa61d1fe67c21c1c4b8d3 (patch)
tree506fc14b7f3487e8a15aa4bab3242a1c834d42f2 /main/guile/APKBUILD
parent4c720631b572b0cfba4569d97f05a2bf5dbccc07 (diff)
main/guile: disable strip on mips64
Diffstat (limited to 'main/guile/APKBUILD')
-rw-r--r--main/guile/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/guile/APKBUILD b/main/guile/APKBUILD
index ca92d5aafca..279a43d4dd0 100644
--- a/main/guile/APKBUILD
+++ b/main/guile/APKBUILD
@@ -21,7 +21,7 @@ source="https://ftp.gnu.org/gnu/guile/guile-$pkgver.tar.gz
"
case "$CARCH" in
-x86 | x86_64) options="$options !strip" ;;
+x86 | x86_64 | mips64) options="$options !strip" ;;
# Otherwise we'll get strip: Unable to recognise the format of the input file
esac