diff options
author | ngc224 <ngc224@yandex-team.ru> | 2022-02-10 16:46:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:20 +0300 |
commit | b86334f8eb651237aceaa035bebb519893d6d077 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/ymake.core.conf | |
parent | 50152f7fd45140de323b88e009d3daa4209b3f07 (diff) | |
download | ydb-b86334f8eb651237aceaa035bebb519893d6d077.tar.gz |
Restoring authorship annotation for <ngc224@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 304374a3e4..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -6096,11 +6096,11 @@ YDL_FLAGS= --force-color -I ${ARCADIA_ROOT} YDL_DESC_FLAGS= # tag:src-processing tag:ydl-specific -macro _SRC("ydl", SRC, SRCFLAGS...) { +macro _SRC("ydl", SRC, SRCFLAGS...) { .CMD=${tool:"statbox/ydl/compiler/tooling/ydl/bin"} c $YDL_FLAGS --cpp-output-header ${output;suf=.h:SRC} --cpp-output-source ${output;suf=.cpp:SRC} ${input:SRC} ${output_include;hide:"statbox/ydl/runtime/cpp/gen_support/standard_includes.h"} ${kv;hide:"p YDL"} ${kv;hide:"pc yellow"} - .PEERDIR+=statbox/ydl/runtime/cpp -} - + .PEERDIR+=statbox/ydl/runtime/cpp +} + # tag:ydl-specific ### @usage BUILD_YDL_DESC(Input Symbol Output) ### |