aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-15 06:36:31 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-15 06:36:31 +0000
commit2524768dbf820dfa4688ebfb06bbef9faa03c94a (patch)
treee67d99cb47cb4f291a47b62fdfc510ac67329482 /community/go/APKBUILD
parente8632cebe494f3ba3490b565ce2f7f67d8b668e0 (diff)
downloadaports-2524768dbf820dfa4688ebfb06bbef9faa03c94a.tar.bz2
aports-2524768dbf820dfa4688ebfb06bbef9faa03c94a.tar.xz
community/go: be verbose while building
Diffstat (limited to 'community/go/APKBUILD')
-rw-r--r--community/go/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index bf6c5ff088..5c7bf577ef 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -90,7 +90,7 @@ build() {
fi
done
- ./make.bash
+ ./make.bash -v
# copied from bootstrap.bash to fixup cross-built bootstrap go
if [ "$CBUILD" != "$CTARGET" ]; then