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"
|
depends_on "python"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
args = []
|
system "make"
|
||||||
if ENV.compiler == :clang && MacOS.version <= :mountain_lion
|
|
||||||
args << "MACOS_OLD=true"
|
|
||||||
end
|
|
||||||
|
|
||||||
system "make", *args
|
|
||||||
system "make", "install", "PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue