aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorinnokentii <innokentii@yandex-team.com>2024-02-16 20:10:55 +0300
committerinnokentii <innokentii@yandex-team.com>2024-02-16 20:25:26 +0300
commit3ce9cf4c333518fc721cc89f404c835ba63411d8 (patch)
tree4e48459e2137197712dea748393473287e70ec26 /build
parentce3d6ca3ea728ae0ddc30aba2e1ee88a6f79985a (diff)
downloadydb-3ce9cf4c333518fc721cc89f404c835ba63411d8.tar.gz
Make PROTOC_TRANSITIVE_HEADERS=no compatible with GRPC()
add new deps to protobuf out done with grpc done with pb fix add patch to make intransitive pb compatible with grpc 60ab6319b92d29a98a74971c6906cd8eea1aab1e
Diffstat (limited to 'build')
-rw-r--r--build/ymake.core.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 6504c07b70..f55ace28a1 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -598,6 +598,7 @@ module _BASE_UNIT: _BARE_UNIT {
}
when ($PROTOC_TRANSITIVE_HEADERS == "no") {
CPP_PROTO_PLUGINS=transitive_pb_h=false:${CPP_PROTO_PLUGINS}
+ CPP_PROTO_OUTS+=${output;main;hide;norel;nopath;noext:File.deps.pb.h}
}
}