From bf4dc7449b60904f3ec7028bd5f95875f1441855 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 14 May 2015 20:04:45 -0400 Subject: Clear GOPATH and GOROOT in build environment Fixes Homebrew/homebrew#37936. --- Library/Homebrew/extend/ENV/shared.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/extend/ENV/shared.rb b/Library/Homebrew/extend/ENV/shared.rb index c4162dd69..01a2d6ca6 100644 --- a/Library/Homebrew/extend/ENV/shared.rb +++ b/Library/Homebrew/extend/ENV/shared.rb @@ -24,7 +24,7 @@ module SharedEnvExtension CFLAGS CXXFLAGS OBJCFLAGS OBJCXXFLAGS LDFLAGS CPPFLAGS MACOSX_DEPLOYMENT_TARGET SDKROOT DEVELOPER_DIR CMAKE_PREFIX_PATH CMAKE_INCLUDE_PATH CMAKE_FRAMEWORK_PATH - GOBIN + GOBIN GOPATH GOROOT LIBRARY_PATH ] -- cgit v1.2.3