sqlite - fix options

This commit is contained in:
Adam Vandenberg 2010-11-02 07:40:27 -07:00
parent 2f55416cb2
commit a6515fd71b

View file

@ -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