From 68f6901f85a300ba5b2b4bdc198119a5de7882a9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 20 May 2014 09:31:13 -0500 Subject: libstfl: builds ruby bindings under Xcode-only on 10.9 --- Library/Formula/libstfl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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) -- cgit v1.2.3