From fccf282829216f9607be58e3dfc3d77003aa493a Mon Sep 17 00:00:00 2001 From: exprmntr Date: Thu, 4 Jun 2020 11:36:38 +0300 Subject: [PATCH] Update ya.make --- src/Functions/ya.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Functions/ya.make b/src/Functions/ya.make index 31491dec02c..68d9b487062 100644 --- a/src/Functions/ya.make +++ b/src/Functions/ya.make @@ -6,7 +6,7 @@ CFLAGS( ) ADDINCL( - library/consistent_hashing + library/cpp/consistent_hashing contrib/libs/farmhash contrib/libs/hyperscan/src contrib/libs/icu/common @@ -26,7 +26,7 @@ PEERDIR( contrib/libs/metrohash contrib/libs/rapidjson contrib/libs/xxhash - library/consistent_hashing + library/cpp/consistent_hashing ) # "Arcadia" build is slightly deficient. It lacks many libraries that we need.