delve: aarch64* broken too
This commit is contained in:
parent
eb9805fd9c
commit
7952a367a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
|
||||||
checksum=eebf6cd9647a2c3987fd38e8dd6e0e968ff41300cab20dc178a789a77b92627d
|
checksum=eebf6cd9647a2c3987fd38e8dd6e0e968ff41300cab20dc178a789a77b92627d
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|arm*) broken=yes ;;
|
i686*|arm*|aarch64*) broken=yes ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue