diff options
author | tekireeva <tekireeva@yandex-team.com> | 2025-01-17 20:01:01 +0300 |
---|---|---|
committer | tekireeva <tekireeva@yandex-team.com> | 2025-01-17 22:22:25 +0300 |
commit | 9c6294870901665bd5faee013b15ad1c6dbb7b1f (patch) | |
tree | ebe8d7341c0ebff020e649456a51593eb7cb80d7 | |
parent | c89ef5ac36522b186f4372a6c3ec8b4e96a08666 (diff) | |
download | ydb-9c6294870901665bd5faee013b15ad1c6dbb7b1f.tar.gz |
Disable PY2 submodule of PROTO_LIBRARY
commit_hash:8d5f43ff7bcb5fdf7bb6f78ecf8cbc5d16669127
-rw-r--r-- | build/conf/proto.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf index 9e579852ae..2ac19f9446 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -837,6 +837,7 @@ multimodule PROTO_LIBRARY { .SEM=_SEM_IGNORED SET_APPEND(PEERDIR_TAGS PY_PROTO) .PEERDIRSELF=CPP_PROTO + DISABLE(START_TARGET) } module PY3_PROTO: _PY3_PROTO { |