diff options
| author | Jack Nagel | 2013-11-07 14:38:49 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-07 14:38:49 -0600 |
| commit | 8aa42e5bf14471f134363a9bdfc43e6cf2138cb8 (patch) | |
| tree | 4549627061c00a542fcbb9cba8281b456fdd771f /Library/Homebrew | |
| parent | 17b59fcee0fbf07e0991f1679f414ca42e8cf1e4 (diff) | |
| download | brew-8aa42e5bf14471f134363a9bdfc43e6cf2138cb8.tar.bz2 | |
HOMEBREW_USE variables are no longer honored, ignore them
Diffstat (limited to 'Library/Homebrew')
| -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 } |
