mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Enable SQLite JSON functions for macOS installer build (#4712)
This commit is contained in:
parent
29bc193210
commit
9625bf520e
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ def library_recipes():
|
|||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
|
||||
'-DSQLITE_ENABLE_JSON1 '
|
||||
'-DSQLITE_ENABLE_RTREE '
|
||||
'-DSQLITE_TCL=0 '
|
||||
'%s' % ('','-DSQLITE_WITHOUT_ZONEMALLOC ')[LT_10_5]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue