main/guile: disable strip on loongarch64

Unable to recognise the format of the input file
This commit is contained in:
Jingyun Hua 2024-03-04 09:28:21 +00:00 committed by Natanael Copa
parent c051bdae68
commit 3c77a06d59

View File

@ -34,7 +34,7 @@ source="https://ftp.gnu.org/gnu/guile/guile-$pkgver.tar.gz
case "$CARCH" in
# Otherwise we'll get strip: Unable to recognise the format of the input file
x86|x86_64) options="$options !strip" ;;
x86|x86_64|loongarch64) options="$options !strip" ;;
esac
prepare() {