From ca4c39b855906637c74baa0e3977c5ebbd3a596e Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 11 Dec 2018 22:48:19 +1100 Subject: [PATCH] Homebrew SQLite package no longer has a `--without-readline` option --- installer/macos/build_sqlitebrowser_nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/macos/build_sqlitebrowser_nightly.sh b/installer/macos/build_sqlitebrowser_nightly.sh index 629691be..e39a8592 100755 --- a/installer/macos/build_sqlitebrowser_nightly.sh +++ b/installer/macos/build_sqlitebrowser_nightly.sh @@ -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