aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-20 09:31:13 -0500
committerJack Nagel2014-05-20 09:31:13 -0500
commit68f6901f85a300ba5b2b4bdc198119a5de7882a9 (patch)
tree187517ef963ca5ad61db487588e183f5c9f8deaf /Library/Formula
parent2628885f3db60d8ef2c8a658126c5645877c9ba5 (diff)
downloadhomebrew-68f6901f85a300ba5b2b4bdc198119a5de7882a9.tar.bz2
libstfl: builds ruby bindings under Xcode-only on 10.9
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libstfl.rb2
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)