parent
5af051f971
commit
3491293eda
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue