From 6ba6ee9bcd1e2ffee690412f77fc2089877ab2ba Mon Sep 17 00:00:00 2001 From: Ivan Remen Date: Thu, 20 Jun 2019 19:27:08 +0300 Subject: [PATCH] glibc compat for h3 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9f862230e5..08c7cd4d60f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -401,6 +401,7 @@ if (GLIBC_COMPATIBILITY) add_glibc_compat(kj) add_glibc_compat(simdjson) add_glibc_compat(apple_rt) + add_glibc_compat(h3) add_glibc_compat(re2) add_glibc_compat(re2_st) add_glibc_compat(hs_compile_shared)