ghc requires std-env
Because it builds a tool (cabal) that uses the same env that built it to build stuff.
This commit is contained in:
parent
d1f1d736e8
commit
fe295faffe
@ -76,8 +76,8 @@ end
|
||||
|
||||
def pre_superenv_hacks f
|
||||
# fontforge needs 10.7 SDK, wine 32 bit, graphviz has mysteriously missing symbols
|
||||
# and ruby/python etc. create gem/pip that then won't work
|
||||
stdenvs = %w{fontforge python python3 ruby ruby-enterprise-edition jruby wine graphviz}
|
||||
# and ruby/python/ghc etc. create gem/pip that then won't work
|
||||
stdenvs = %w{fontforge python python3 ruby ruby-enterprise-edition jruby wine graphviz ghc}
|
||||
ARGV.unshift '--env=std' if (stdenvs.include?(f.name) or
|
||||
f.recursive_deps.detect{|d| d.name == 'scons' }) and
|
||||
not ARGV.include? '--env=super'
|
||||
|
Loading…
x
Reference in New Issue
Block a user