aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-08-29 19:16:35 -0400
committerMax Howell2012-08-29 19:49:10 -0400
commite1ff17ed75aff0bed4f95a20284531b6bf6d98b5 (patch)
tree1509a4b5c2965a1a07e53f59e8b3f1d7d943bca7 /Library
parentb7bdd2f578c28eb11022c333cdbcd638b458da82 (diff)
downloadbrew-e1ff17ed75aff0bed4f95a20284531b6bf6d98b5.tar.bz2
Force Wine to use stdenv for now
Fixes Homebrew/homebrew#14535.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/build.rb2
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'