parent
5af051f971
commit
3491293eda
|
@ -14,7 +14,7 @@ fetch_if_needed() {
|
|||
|
||||
build() {
|
||||
cd sqlite
|
||||
./configure
|
||||
./configure --enable-readline
|
||||
|
||||
if [ ! -v PREBUILT ]; then
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Reference in New Issue