summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerii Huz2019-07-29 10:19:56 +0300
committerValerii Huz2019-07-29 10:19:56 +0300
commitf6a5cb60adc7ef8340a387977b6806c8a2455b74 (patch)
treec7a242c0f842471f24259fd45df4c4ac19d4c388
parent06679fcbbe9443d068a62c6dda0da158f022fd82 (diff)
downloadaur-f6a5cb60adc7ef8340a387977b6806c8a2455b74.tar.gz
added export to the build stage to support yay
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d35ddf506b9..ab0b2fd84cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
+ export GOPATH=$GOPATH:`pwd`
go build lc0_main.go
}