sqlite - fix options
This commit is contained in:
parent
2f55416cb2
commit
a6515fd71b
1 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,10 @@ class Sqlite <Formula
|
|||
homepage 'http://www.sqlite.org/'
|
||||
|
||||
def options
|
||||
[["--with-rtree", "Enables the R*Tree index module"]]
|
||||
[["--universal", "Build a universal binary."]]
|
||||
[
|
||||
["--with-rtree", "Enables the R*Tree index module"],
|
||||
["--universal", "Build a universal binary."]
|
||||
]
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue