diff options
author | pg <pg@yandex-team.com> | 2024-04-09 10:52:37 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2024-04-09 11:03:08 +0300 |
commit | b3230eabfae85a24140c46cb723bae72b9b32355 (patch) | |
tree | 361dab1035b3fc68d673e49462c00b7b43082904 /build/conf | |
parent | d3a5d09ba52276f88b44a096dedc83f0a18d041d (diff) | |
download | ydb-b3230eabfae85a24140c46cb723bae72b9b32355.tar.gz |
wip
1dd96051780874258d4894fb930966919335a2d6
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/proto.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf index 1028a8c79a..4416f5ec57 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -1,5 +1,8 @@ # tag:tool-specific tag:proto PROTOC=${tool:"contrib/tools/protoc"} +when ($PYTHON2) { + PROTOC=${tool:"contrib/tools/protoc_old"} +} JAVA_PROTOC=${tool:"contrib/tools/protoc"} NEW_JAVA_PROTOC=yes when ($NEW_JAVA_PROTOC == "yes") { |