Merge pull request #11430 from exprmntr/exprmntr-patch-1

Sync arcadia changes
This commit is contained in:
Ilya Yatsishin 2020-06-04 11:43:20 +03:00 committed by GitHub
commit dad84af70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -5,7 +5,7 @@ CFLAGS(
)
ADDINCL(
library/consistent_hashing
library/cpp/consistent_hashing
contrib/libs/farmhash
contrib/libs/hyperscan/src
contrib/libs/icu/common
@ -25,7 +25,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.