mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
This commit is contained in:
parent
9da33c8212
commit
a72e7bf563
2 changed files with 4 additions and 3 deletions
|
@ -315,9 +315,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.14.2",
|
name="SQLite 3.21.0",
|
||||||
url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz",
|
url="https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz",
|
||||||
checksum='90c53cacb811db27f990b8292bd96159',
|
checksum='7913de4c3126ba3c24689cb7a199ea31',
|
||||||
extra_cflags=('-Os '
|
extra_cflags=('-Os '
|
||||||
'-DSQLITE_ENABLE_FTS5 '
|
'-DSQLITE_ENABLE_FTS5 '
|
||||||
'-DSQLITE_ENABLE_FTS4 '
|
'-DSQLITE_ENABLE_FTS4 '
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update OS X installer to use SQLite 3.21.0.
|
Loading…
Add table
Add a link
Reference in a new issue