diff options
| author | Jack Nagel | 2014-08-06 20:52:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-06 20:52:36 -0500 |
| commit | 9f6bd0798f8314a0c9269150927bfd3fa650d1ec (patch) | |
| tree | 98e6a26992031a9692f5b2aa18050143e813bc4b /Library | |
| parent | 1eecf1ac0bcf8b1c3c76defab7d27be97c493f0d (diff) | |
| download | brew-9f6bd0798f8314a0c9269150927bfd3fa650d1ec.tar.bz2 | |
Use opt_bin
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/ENV/std.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb index 7480cdddf..381549744 100644 --- a/Library/Homebrew/extend/ENV/std.rb +++ b/Library/Homebrew/extend/ENV/std.rb @@ -59,7 +59,7 @@ module Stdenv if cc =~ GNU_GCC_REGEXP warn_about_non_apple_gcc($1) gcc_formula = gcc_version_formula($1) - self.append_path('PATH', gcc_formula.opt_prefix/'bin') + append_path "PATH", gcc_formula.opt_bin.to_s end # Add lib and include etc. from the current macosxsdk to compiler flags: |
