qscintilla2: remove pre-Mavericks support

This commit is contained in:
FX Coudert 2019-01-28 20:13:01 +01:00
parent 173df5b83a
commit 4b15e272e7

View file

@ -20,7 +20,7 @@ class Qscintilla2 < Formula
depends_on "sip"
def install
spec = (ENV.compiler == :clang && MacOS.version >= :mavericks) ? "macx-clang" : "macx-g++"
spec = ENV.compiler == :clang ? "macx-clang" : "macx-g++"
args = %W[-config release -spec #{spec}]
cd "Qt4Qt5" do