stone-soup: remove pre-Mavericks support

This commit is contained in:
FX Coudert 2019-01-28 20:13:01 +01:00
parent ecfc70432b
commit 4860d0bf86

View file

@ -44,7 +44,7 @@ class StoneSoup < Formula
# On 10.9, stone-soup will try to use xcrun and fail due to an empty
# DEVELOPER_DIR
devdir = MacOS::Xcode.prefix.to_s
devdir += "/" if MacOS.version >= :mavericks && !MacOS::Xcode.installed?
devdir += "/" if !MacOS::Xcode.installed?
system "make", "install",
"DEVELOPER_DIR=#{devdir}", "SDKROOT=#{MacOS.sdk_path}",