diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libstfl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libstfl.rb b/Library/Formula/libstfl.rb index 28ab9d4a2..bb242dbbe 100644 --- a/Library/Formula/libstfl.rb +++ b/Library/Formula/libstfl.rb @@ -20,7 +20,7 @@ class Libstfl < Formula def install args = ["CC=#{ENV.cc} -pthread", "prefix=#{prefix}"] - args << "FOUND_RUBY = 0" unless MacOS::CLT.installed? # Ruby does not build on Xcode only. Help us fix this! + args << "FOUND_RUBY = 0" unless MacOS::CLT.installed? || MacOS.version >= :mavericks if build.with? 'python' # Install into the site-packages in the Cellar (so uninstall works) |
