diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:22:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:22:05 +0300 |
commit | 02154682f1f9c5a5509ae56a3c7ff2510523d696 (patch) | |
tree | 5ced3339a95bcbeaafa0ba16f890441353634e4e /extra/sqlite/build | |
parent | ae94c713f6586245bcbc04577ed9e48efe13330e (diff) | |
download | repository-02154682f1f9c5a5509ae56a3c7ff2510523d696.tar.gz |
sqlite: bump to 3.35.0
Diffstat (limited to 'extra/sqlite/build')
-rwxr-xr-x | extra/sqlite/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sqlite/build b/extra/sqlite/build index b105764b..6ac4e05a 100755 --- a/extra/sqlite/build +++ b/extra/sqlite/build @@ -11,5 +11,5 @@ cat _ > configure; rm -f _ --enable-dynamic-extensions \ --enable-fts5 -make -j 1 +make make DESTDIR="$1" install |