From 735470eff4d94f8de9713b034b3062a0152b49b9 Mon Sep 17 00:00:00 2001 From: Tsao Date: Thu, 12 Jan 2017 17:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.cross-compiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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