build: Also copy gui to temporary GOPATH (#5095)
This commit is contained in:
2
build.go
2
build.go
@@ -1260,7 +1260,7 @@ func temporaryBuildDir() (string, error) {
|
|||||||
|
|
||||||
func buildGOPATH(gopath string) error {
|
func buildGOPATH(gopath string) error {
|
||||||
pkg := filepath.Join(gopath, "src/github.com/syncthing/syncthing")
|
pkg := filepath.Join(gopath, "src/github.com/syncthing/syncthing")
|
||||||
dirs := []string{"cmd", "lib", "meta", "script", "test", "vendor"}
|
dirs := []string{"cmd", "gui", "lib", "meta", "script", "test", "vendor"}
|
||||||
|
|
||||||
if debug {
|
if debug {
|
||||||
t0 := time.Now()
|
t0 := time.Now()
|
||||||
|
|||||||
Reference in New Issue
Block a user