build: Also copy gui to temporary GOPATH (#5095)

This commit is contained in:
Simon Frei 2018-08-02 16:13:17 +02:00 committed by Jakob Borg
parent f4bde023aa
commit 705b7d18e8
1 changed files with 1 additions and 1 deletions

View File

@ -1260,7 +1260,7 @@ func temporaryBuildDir() (string, error) {
func buildGOPATH(gopath string) error {
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 {
t0 := time.Now()