diff options
| author | Max Howell | 2012-08-29 19:16:35 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-29 19:49:10 -0400 |
| commit | e1ff17ed75aff0bed4f95a20284531b6bf6d98b5 (patch) | |
| tree | 1509a4b5c2965a1a07e53f59e8b3f1d7d943bca7 /Library/Homebrew | |
| parent | b7bdd2f578c28eb11022c333cdbcd638b458da82 (diff) | |
| download | brew-e1ff17ed75aff0bed4f95a20284531b6bf6d98b5.tar.bz2 | |
Force Wine to use stdenv for now
Fixes Homebrew/homebrew#14535.
Diffstat (limited to 'Library/Homebrew')
| -rwxr-xr-x | Library/Homebrew/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index 97365a203..3fec81d37 100755 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -56,7 +56,7 @@ def install f # TODO replace with Formula DSL # Python etc. build but then pip can't build stuff. # Scons resets ENV and then can't find superenv's build-tools. - stdenvs = %w{fontforge python python3 ruby ruby-enterprise-edition jruby} + stdenvs = %w{fontforge python python3 ruby ruby-enterprise-edition jruby wine} ARGV.unshift '--env=std' if (stdenvs.include?(f.name) or f.recursive_deps.detect{|d| d.name == 'scons' }) and not ARGV.include? '--env=super' |
