Homebrew SQLite package no longer has a --without-readline option

This commit is contained in:
Justin Clift
2018-12-11 22:48:19 +11:00
parent 5093ac02a3
commit ca4c39b855

View File

@@ -64,7 +64,7 @@ $BREW remove `$BREW list` --force >>$LOG 2>&1
# Install SQLite3
echo Install SQLite3 >>$LOG 2>&1
$BREW install sqlite --with-functions --with-json1 --without-readline --with-fts --with-fts5 >>$LOG 2>&1
$BREW install sqlite --with-functions --with-json1 --with-fts --with-fts5 >>$LOG 2>&1
$BREW link sqlite3 --force >>$LOG 2>&1
# Update the sqlitebrowser source