Merge pull request #12069 from carlocab/bison-m4
superenv: set `M4` on Linux when `bison` is a dependency
This commit is contained in:
commit
263b6a6d72
@ -24,6 +24,7 @@ module Superenv
|
||||
self["HOMEBREW_OPTIMIZATION_LEVEL"] = "O2"
|
||||
self["HOMEBREW_DYNAMIC_LINKER"] = determine_dynamic_linker_path
|
||||
self["HOMEBREW_RPATH_PATHS"] = determine_rpath_paths(@formula)
|
||||
self["M4"] = "#{HOMEBREW_PREFIX}/opt/m4/bin/m4" if deps.any? { |d| d.name == "libtool" || d.name == "bison" }
|
||||
end
|
||||
|
||||
def homebrew_extra_paths
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user