From 6096ec95680a87456b03060d37acef19827978d0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 17 Dec 2014 14:37:03 -0500 Subject: Unset LIBRARY_PATH before builds See https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html Closes Homebrew/homebrew-versions#592. --- Library/Homebrew/extend/ENV/shared.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Homebrew/extend/ENV/shared.rb b/Library/Homebrew/extend/ENV/shared.rb index 943452c4b..b25263a17 100644 --- a/Library/Homebrew/extend/ENV/shared.rb +++ b/Library/Homebrew/extend/ENV/shared.rb @@ -25,6 +25,7 @@ module SharedEnvExtension MACOSX_DEPLOYMENT_TARGET SDKROOT DEVELOPER_DIR CMAKE_PREFIX_PATH CMAKE_INCLUDE_PATH CMAKE_FRAMEWORK_PATH GOBIN + LIBRARY_PATH ] def setup_build_environment(formula=nil) -- cgit v1.2.3