diff --git a/Makefile.cross-compiles b/Makefile.cross-compiles index 8072e250..71d634ef 100755 --- a/Makefile.cross-compiles +++ b/Makefile.cross-compiles @@ -1,4 +1,4 @@ -export PATH := $PATH +export PATH := $(GOPATH)/bin:$(PATH) export GO15VENDOREXPERIMENT := 1 all: build