Unverified Kaydet (Commit) 9625bf52 authored tarafından Ned Deily's avatar Ned Deily Kaydeden (comit) GitHub

Enable SQLite JSON functions for macOS installer build (#4712)

üst 29bc1932
......@@ -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]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment