1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-08 22:24:56 +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

View File

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