diff options
Diffstat (limited to 'Library/Homebrew/macos.rb')
| -rw-r--r-- | Library/Homebrew/macos.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index 19cbbe421..b3e4b6452 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -110,6 +110,10 @@ module MacOS extend self      end    end +  def default_cxx_stdlib +    version >= :mavericks ? :libcxx : :libstdcxx +  end +    def gcc_40_build_version      @gcc_40_build_version ||=        if (path = locate("gcc-4.0"))  | 
