1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

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

View File

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