From fed31b2c9b364fc1ed0b724c21b068cdedf46ee7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 May 2020 04:02:23 +0100 Subject: feat(3p/nix): Add some initial Abseil build targets These make it possible to link to Abseil strings. --- third_party/nix/src/libutil/meson.build | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'third_party/nix/src/libutil') diff --git a/third_party/nix/src/libutil/meson.build b/third_party/nix/src/libutil/meson.build index 325a7d33baa7..a6494e6eac7c 100644 --- a/third_party/nix/src/libutil/meson.build +++ b/third_party/nix/src/libutil/meson.build @@ -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 = [] -- cgit 1.4.1