diff options
author | snermolaev <snermolaev@yandex-team.com> | 2024-08-02 08:32:19 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2024-08-02 08:43:23 +0300 |
commit | 361db6f916e56c2f127232d0260fcc910f2527b9 (patch) | |
tree | 43d13262ccd6aac7c85a4c89388d30ee72644d96 /build | |
parent | a4aec9c1ab95d9444fd86497ba56f3c8c61454d6 (diff) | |
download | ydb-361db6f916e56c2f127232d0260fcc910f2527b9.tar.gz |
Skip GLOBAL keyword in SRCS for DESC_PROTO
dad88cdc3a4e9354a746ba0649987e9e2fcb038b
Diffstat (limited to 'build')
-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 d68ec651d3..89870fbe19 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -810,6 +810,7 @@ multimodule PROTO_LIBRARY { .EXTS=.desc .NODE_TYPE=Library .IGNORED=GENERATE_ENUM_SERIALIZATION GENERATE_ENUM_SERIALIZATION_WITH_HEADER YMAPS_SPROTO RESOURCE GO_PROTO_PLUGIN GRPC + .ALIASES=SRCS=_SRCS_NO_GLOBAL SET(PEERDIR_TAGS DESC_PROTO) ENABLE(DESC_PROTO) |