aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-11-02 23:43:38 -0800
committerMisty De Meo2014-11-02 23:43:38 -0800
commit7c464142661fa4088bbd6463235c2e2c0451292d (patch)
treea6a4875ab187c57fb9d4f16e96969483caeacd1e /Library
parent4ddb01e45e727220f82adfe66c2ba31b68fd418d (diff)
downloadhomebrew-7c464142661fa4088bbd6463235c2e2c0451292d.tar.bz2
rethinkdb: needs Xcode at buildtime
Closes #33858.
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