mongodb@3.6: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:34:52 +00:00
parent f408fd4460
commit 4fa96ac55c
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -20,7 +20,7 @@ class MongodbAT36 < Formula
depends_on "pkg-config" => :build
depends_on "scons" => :build
depends_on :xcode => ["8.3.2", :build]
depends_on :macos => :mountain_lion
depends_on "openssl"
depends_on "python@2"
@ -40,8 +40,6 @@ class MongodbAT36 < Formula
end
def install
ENV.cxx11 if MacOS.version < :mavericks
ENV.libcxx
["Cheetah", "PyYAML", "typing"].each do |r|