From 7c464142661fa4088bbd6463235c2e2c0451292d Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 2 Nov 2014 23:43:38 -0800 Subject: rethinkdb: needs Xcode at buildtime Closes #33858. --- Library/Formula/rethinkdb.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Formula/rethinkdb.rb b/Library/Formula/rethinkdb.rb index f4ce41332..f81d9c217 100644 --- a/Library/Formula/rethinkdb.rb +++ b/Library/Formula/rethinkdb.rb @@ -12,6 +12,9 @@ class Rethinkdb < Formula end depends_on :macos => :lion + # Embeds an older V8, whose gyp still requires the full Xcode + # Reported upstream: https://github.com/rethinkdb/rethinkdb/issues/2581 + depends_on :xcode => :build depends_on "boost" => :build fails_with :gcc do -- cgit v1.2.3