feat(3p/nix): Add some initial Abseil build targets
These make it possible to link to Abseil strings.
This commit is contained in:
parent
6dfef31374
commit
fed31b2c9b
3 changed files with 13 additions and 10 deletions
17
third_party/nix/src/libutil/meson.build
vendored
17
third_party/nix/src/libutil/meson.build
vendored
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue