aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/syslibs_configure.bzl
diff options
context:
space:
mode:
authorGravatar Jason Zaman <jason@perfinion.com>2018-06-26 19:44:49 +0800
committerGravatar Jason Zaman <jason@perfinion.com>2018-07-13 11:25:51 +0800
commit209e4d12a2f0237768d1306a5be411479a8d4b12 (patch)
tree915f8ef1f47d612b419d19d3865d55df351e5bfa /third_party/systemlibs/syslibs_configure.bzl
parent9cfb09e670557cb9f92a72295c0f1974f6e00108 (diff)
third_party: unbundle jsoncpp dep
The jsoncpp headers are included with a different path so we have to symlink them so the are in the dir structure that is expected. Signed-off-by: Jason Zaman <jason@perfinion.com>
Diffstat (limited to 'third_party/systemlibs/syslibs_configure.bzl')
-rw-r--r--third_party/systemlibs/syslibs_configure.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/systemlibs/syslibs_configure.bzl b/third_party/systemlibs/syslibs_configure.bzl
index d2da333e60..2188ffce66 100644
--- a/third_party/systemlibs/syslibs_configure.bzl
+++ b/third_party/systemlibs/syslibs_configure.bzl
@@ -19,6 +19,7 @@ VALID_LIBS=[
"grpc",
"jemalloc",
"jpeg",
+ "jsoncpp_git",
"lmdb",
"nasm",
"org_sqlite",