carla: remove references to pre-Mavericks.
This commit is contained in:
parent
982c8d18cd
commit
141d8a0b00
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue