aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-17 14:37:03 -0500
committerJack Nagel2014-12-17 14:40:05 -0500
commit71138f7bf9398afe94fe9051a665c14324929f6a (patch)
tree4bb1fc42e07d554ae2fc28b32c4624d240e1fee7 /Library
parent8a562ab967b3bee5e7864fe12f1e7cbce940b749 (diff)
downloadhomebrew-71138f7bf9398afe94fe9051a665c14324929f6a.tar.bz2
Unset LIBRARY_PATH before builds
See https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html Closes Homebrew/homebrew-versions#592.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV/shared.rb1
1 files changed, 1 insertions, 0 deletions
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)