diff options
| author | Jack Nagel | 2013-11-07 14:38:49 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-07 14:38:49 -0600 |
| commit | 892ba7826bef31010d949fe8179e50126f4e39b5 (patch) | |
| tree | 075a9defb84b2a93cdaafe916c11ea2d5053599f /Library | |
| parent | 5f8e1504ab2fd8078ec25e32f58e552a873893f5 (diff) | |
| download | homebrew-892ba7826bef31010d949fe8179e50126f4e39b5.tar.bz2 | |
HOMEBREW_USE variables are no longer honored, ignore them
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/--env.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/--env.rb b/Library/Homebrew/cmd/--env.rb index b73ae0abb..efe631205 100644 --- a/Library/Homebrew/cmd/--env.rb +++ b/Library/Homebrew/cmd/--env.rb @@ -28,8 +28,8 @@ module Homebrew extend self CFLAGS CXXFLAGS CPPFLAGS LDFLAGS SDKROOT MAKEFLAGS CMAKE_PREFIX_PATH CMAKE_INCLUDE_PATH CMAKE_LIBRARY_PATH CMAKE_FRAMEWORK_PATH MACOSX_DEPLOYMENT_TARGET PKG_CONFIG_PATH PKG_CONFIG_LIBDIR - HOMEBREW_DEBUG HOMEBREW_MAKE_JOBS HOMEBREW_VERBOSE HOMEBREW_USE_CLANG - HOMEBREW_USE_GCC HOMEBREW_USE_LLVM HOMEBREW_SVN HOMEBREW_GIT + HOMEBREW_DEBUG HOMEBREW_MAKE_JOBS HOMEBREW_VERBOSE + HOMEBREW_SVN HOMEBREW_GIT HOMEBREW_SDKROOT HOMEBREW_BUILD_FROM_SOURCE MAKE GIT CPP ACLOCAL_PATH PATH CPATH].select{ |key| env.fetch(key) if env.key? key } |
