summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-19 12:15:39 -0700
committerMark Wagie2022-02-19 12:15:39 -0700
commit75408e7619d0174e2038f2e89b3c34a44e325e5e (patch)
tree2d4a43477efe7c8fbe1c7cf170d5ece757bdc488 /PKGBUILD
parentf9affa4818c28cbdc82d64db5ce1a8afb8ba9916 (diff)
downloadaur-75408e7619d0174e2038f2e89b3c34a44e325e5e.tar.gz
add export
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e3f48ead77c..aaf3c41f4900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
+ export GOPATH="$srcdir/gopath"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"