diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:37:43 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:37:43 +0300 |
commit | 270a241631fb2e385f55dfe0e0f40dae0dbb474c (patch) | |
tree | b6d13b92409d25989738c5b193fe7ee74c7a0e7f | |
parent | a30dbc813eceb61530643f30acd64b7e86e4dd04 (diff) | |
download | ydb-270a241631fb2e385f55dfe0e0f40dae0dbb474c.tar.gz |
intermediate changes
ref:fd9197d5354293d7f4740c9940e5cf2fd688a635
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 27b63dec0a..bd87970fd2 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -9582,5 +9582,5 @@ macro COLLECT_YDB_API_SPECS_LEGACY(FILES_VAR, PATHS...) { ### This works only for C++ at the moment. macro APPHOST() { # C++ - CPP_PROTO_PLUGIN(cpp_stub_generator apphost/tools/cpp_stub_generator .apphost.h) + CPP_PROTO_PLUGIN(cpp_plugin apphost/tools/stub_generator/cpp_plugin .apphost.h) } |