carla: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:33:40 +00:00
parent 982c8d18cd
commit 141d8a0b00
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -21,12 +21,7 @@ class Carla < Formula
depends_on "python"
def install
args = []
if ENV.compiler == :clang && MacOS.version <= :mountain_lion
args << "MACOS_OLD=true"
end
system "make", *args
system "make"
system "make", "install", "PREFIX=#{prefix}"
end