summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-05 02:50:29 (GMT)
committerGitHub <noreply@github.com>2017-12-05 02:50:29 (GMT)
commit9625bf520e08828e36bc3b1d043af679eb5f993d (patch)
tree84d4e885201567df89a4f0a34f302c887ebabd91 /Mac
parent29bc19321018ec6e58f9f4da9c18c42e9a9c580e (diff)
downloadcpython-9625bf520e08828e36bc3b1d043af679eb5f993d.zip
cpython-9625bf520e08828e36bc3b1d043af679eb5f993d.tar.gz
cpython-9625bf520e08828e36bc3b1d043af679eb5f993d.tar.bz2
Enable SQLite JSON functions for macOS installer build (#4712)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 3b8cf69..674f025 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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]),