aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/build.rb')
-rw-r--r--Library/Homebrew/build.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index b69055e1e..0aa809934 100644
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -36,13 +36,6 @@ class Build
end
end
- def pre_superenv_hacks
- # Allow a formula to opt-in to the std environment.
- if (formula.env.std? || deps.any? { |d| d.name == "scons" }) && ARGV.env != "super"
- ARGV.unshift "--env=std"
- end
- end
-
def effective_build_options_for(dependent)
args = dependent.build.used_options
args |= Tab.for_formula(dependent).used_options
@@ -83,7 +76,6 @@ class Build
fixopt(dep) unless dep.opt_prefix.directory?
end
- pre_superenv_hacks
ENV.activate_extensions!
if superenv?