stone-soup: remove pre-Mavericks support
This commit is contained in:
parent
ecfc70432b
commit
4860d0bf86
1 changed files with 1 additions and 1 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue