aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/sqlite.BUILD
diff options
context:
space:
mode:
authorGravatar Tim Zaman <tzaman@nvidia.com>2018-06-21 17:29:57 -0700
committerGravatar Tim Zaman <tzaman@nvidia.com>2018-06-21 17:29:57 -0700
commit9a397b38b9a8f65c05603ddbb99dba113d95e032 (patch)
tree46f8d67e726a649e1bbf70687bd4e3556f0b5369 /third_party/sqlite.BUILD
parent5cfa4f6ef7f40825eedf30317dfdd619b50c4f7d (diff)
Build sqlite3 with json1 extension
Diffstat (limited to 'third_party/sqlite.BUILD')
-rw-r--r--third_party/sqlite.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/sqlite.BUILD b/third_party/sqlite.BUILD
index 6da7953589..2876f305f1 100644
--- a/third_party/sqlite.BUILD
+++ b/third_party/sqlite.BUILD
@@ -5,6 +5,7 @@ licenses(["unencumbered"]) # Public Domain
SQLITE_COPTS = [
"-Os",
+ "-DSQLITE_ENABLE_JSON1",
"-DHAVE_DECL_STRERROR_R=1",
"-DHAVE_STDINT_H=1",
"-DHAVE_INTTYPES_H=1",