v8: optionally use readline instead of libedit

This commit is contained in:
Jack Nagel 2013-07-23 15:48:21 -05:00
parent 69f4632b65
commit ff9d408db9

View file

@ -12,9 +12,12 @@ class V8 < Formula
head 'https://github.com/v8/v8.git'
option 'with-readline', 'Use readline instead of libedit'
# gyp currently depends on a full xcode install
# https://code.google.com/p/gyp/issues/detail?id=292
depends_on :xcode
depends_on 'readline' => :optional
def install
system 'make dependencies'