Update build-sqlite

Added  --enable-readline to configure
This commit is contained in:
dazzag24 2019-11-27 20:28:18 +00:00 committed by GitHub
parent 5af051f971
commit 3491293eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fetch_if_needed() {
build() {
cd sqlite
./configure
./configure --enable-readline
if [ ! -v PREBUILT ]; then
make -j$(nproc)