devel/statik: unbreak on armv7 and aarch64
It builds fine on these archs. While here, reorder ONLY_FOR_ARCHS PR: 244196 Approved by: cheffo@freebsd-bg.org (maintainer), manu (mentor)
This commit is contained in:
parent
15ca792ad9
commit
a707d6ba13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527002
@ -13,7 +13,7 @@ COMMENT= Embed static files into a Go executable
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
|
Loading…
Reference in New Issue
Block a user