v8: optionally use readline instead of libedit
This commit is contained in:
parent
69f4632b65
commit
ff9d408db9
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue