Skip to content
Snippets Groups Projects
Commit 662f887e authored by Jack Nagel's avatar Jack Nagel
Browse files

Call reset in the superclass implementation of setup_build_environment

parent c5f2f6b5
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ module SharedEnvExtension
def setup_build_environment(formula=nil)
@formula = formula
reset
end
def reset
......
......@@ -17,7 +17,6 @@ module Stdenv
def setup_build_environment(formula=nil)
super
reset
if MacOS.version >= :mountain_lion
# Mountain Lion's sed is stricter, and errors out when
......
......@@ -35,7 +35,6 @@ module Superenv
def setup_build_environment(formula=nil)
super
reset
send(compiler)
self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment