no_weak_imports: call ENV.append, not .add
This commit is contained in:
parent
cb700b67e2
commit
e93771ae07
@ -104,7 +104,7 @@ module Superenv
|
||||
end
|
||||
|
||||
def no_weak_imports
|
||||
add "HOMEBREW_CCCFG", "w"
|
||||
append "HOMEBREW_CCCFG", "w"
|
||||
end
|
||||
|
||||
# These methods are no longer necessary under superenv, but are needed to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user