diff options
author | zaverden <zaverden@yandex-team.com> | 2024-09-17 09:32:20 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-09-17 09:43:37 +0300 |
commit | 24b53856b51796a8947b67c7cc8c48510ebfe71c (patch) | |
tree | 8df0e6812151cc743666f9a304eb77c4047d492e /build/conf/proto.conf | |
parent | 49e12625c4e878175821c2b408f033635d717c84 (diff) | |
download | ydb-24b53856b51796a8947b67c7cc8c48510ebfe71c.tar.gz |
feat(TS_PROTO): macro TS_PROTO_OPT
commit_hash:85e6695c5b8e188ef7d4204d15af4cb7f399e46c
Diffstat (limited to 'build/conf/proto.conf')
-rw-r--r-- | build/conf/proto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf index ab01c024b1..7fd77916e8 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -796,7 +796,7 @@ multimodule PROTO_LIBRARY { module TS_PROTO: _TS_PROTO_IMPL { # opt-in. We don't want to have TS_PROTO by default - # To include TS_PROTO user have to set INCLUDE_TAGS(TS_PROTO) in ya.make + # To include TS_PROTO user have to set INCLUDE_TAGS(TS_PROTO TS_PREPARE_DEPS) in ya.make .INCLUDE_TAG=no .EPILOGUE=_TS_CONFIG_EPILOGUE .PEERDIRSELF=TS_PREPARE_DEPS |