aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rethinkdb.rb3
1 files changed, 3 insertions, 0 deletions
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