mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
build_environment: pass http_proxy env vars through to build env
This allows you to build bottles in an environment that doesn't have access to the source URLs, or things downloaded during the bottling phase, without a proxy. These are the set of environment variables that are already documented in `man brew`.
This commit is contained in:
parent
f5323428d8
commit
69e9f60da8
@ -49,6 +49,7 @@ class BuildEnvironment
|
||||
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
|
||||
all_proxy ftp_proxy http_proxy https_proxy no_proxy
|
||||
HOMEBREW_SVN HOMEBREW_GIT
|
||||
HOMEBREW_SDKROOT
|
||||
MAKE GIT CPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user