浏览代码

Readd gopath tweaks to function in makepkg. Only for gcc-go

Jguer 6 年之前
父节点
当前提交
555b166fd3
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .go/src
  2. 1 0
      Makefile

+ 1 - 0
.go/src

@@ -0,0 +1 @@
+../vendor

+ 1 - 0
Makefile

@@ -18,6 +18,7 @@ BINNAME := yay
 PACKAGE := ${PKGNAME}_${VERSION}_${ARCH}
 
 ifneq (,$(findstring gccgo,$(GOCC)))
+	export GOPATH=$(shell pwd)/.go
 	LDFLAGS := -gccgoflags '-s -w'
 	MOD :=
 endif