Skip to content
Snippets Groups Projects
Commit 02143b5d authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/guile: disable strip on mips64

parent 4c720631
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment