mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/guile: disable strip on loongarch64
Unable to recognise the format of the input file
This commit is contained in:
parent
c051bdae68
commit
3c77a06d59
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user