diff options
author | nadya73 <nadya73@yandex-team.com> | 2024-07-30 13:16:23 +0300 |
---|---|---|
committer | nadya73 <nadya73@yandex-team.com> | 2024-07-30 14:12:09 +0300 |
commit | cb13057a00bee6a4c0dd414b44686d3ee5680cba (patch) | |
tree | 18e155bfc7b614a922f5f3640d8d984579267a11 /library/cpp/protobuf/json/ya.make | |
parent | d7d99122c63ecaa60d07f3eea7589512ff729aec (diff) | |
download | ydb-cb13057a00bee6a4c0dd414b44686d3ee5680cba.tar.gz |
[yt/cpp/mapreduce]Fix build with system protoc, std::string and system stl
Fix build with system protoc, std::string and system stl
8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7
Diffstat (limited to 'library/cpp/protobuf/json/ya.make')
-rw-r--r-- | library/cpp/protobuf/json/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/ya.make b/library/cpp/protobuf/json/ya.make index 9309e341ef..b7b3d27a75 100644 --- a/library/cpp/protobuf/json/ya.make +++ b/library/cpp/protobuf/json/ya.make @@ -14,8 +14,8 @@ SRCS( ) PEERDIR( - contrib/libs/protobuf library/cpp/json + library/cpp/protobuf/runtime library/cpp/protobuf/util library/cpp/protobuf/json/proto library/cpp/string_utils/relaxed_escaper |