aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/runtime
diff options
context:
space:
mode:
authornadya73 <nadya73@yandex-team.com>2024-07-30 13:16:23 +0300
committernadya73 <nadya73@yandex-team.com>2024-07-30 14:12:09 +0300
commitcb13057a00bee6a4c0dd414b44686d3ee5680cba (patch)
tree18e155bfc7b614a922f5f3640d8d984579267a11 /library/cpp/protobuf/runtime
parentd7d99122c63ecaa60d07f3eea7589512ff729aec (diff)
downloadydb-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/runtime')
-rw-r--r--library/cpp/protobuf/runtime/ya.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/cpp/protobuf/runtime/ya.make b/library/cpp/protobuf/runtime/ya.make
new file mode 100644
index 0000000000..4ddfe0f8ed
--- /dev/null
+++ b/library/cpp/protobuf/runtime/ya.make
@@ -0,0 +1,9 @@
+LIBRARY()
+
+IF (USE_VANILLA_PROTOC)
+ PEERDIR(contrib/libs/protobuf_std)
+ELSE()
+ PEERDIR(contrib/libs/protobuf)
+ENDIF()
+
+END()