diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqlite.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index d7bd8a78a..1515aec10 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -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 |
