sqlite: drop redundant comment
This commit is contained in:
parent
7b15f2bd32
commit
f8ffa72a2f
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ class Sqlite < Formula
|
|||
def install
|
||||
ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_RTREE" unless build.without? "rtree"
|
||||
ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS" if build.with? "fts"
|
||||
|
||||
# enable this option by default
|
||||
ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_COLUMN_METADATA"
|
||||
|
||||
ENV.universal_binary if build.universal?
|
||||
|
|
Loading…
Reference in a new issue