feat(3p/nix): Add some initial Abseil build targets

These make it possible to link to Abseil strings.
This commit is contained in:
Vincent Ambo 2020-05-20 04:02:23 +01:00
parent 6dfef31374
commit fed31b2c9b
3 changed files with 13 additions and 10 deletions

View file

@ -39,14 +39,15 @@ libutil_headers = files(
)
libutil_dep_list = [
glog_dep,
boost_dep,
libbz2_dep,
liblzma_dep,
libbrotli_dep,
openssl_dep,
pthread_dep,
libsodium_dep]
glog_dep,
boost_dep,
libbz2_dep,
liblzma_dep,
libbrotli_dep,
openssl_dep,
pthread_dep,
libsodium_dep,
]
libutil_link_list = []
libutil_link_args = []