diff options
author | Philipp Kovalev <twilightfeel@gmail.com> | 2022-02-10 16:45:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:37 +0300 |
commit | 320d178632cad24963d74917ccc89c3e4c055380 (patch) | |
tree | 39454d1b1052320b8eb39216fef7a2c8ae90b525 /build/ymake.core.conf | |
parent | 1d9c550e7c38e051d7961f576013a482003a70d9 (diff) | |
download | ydb-320d178632cad24963d74917ccc89c3e4c055380.tar.gz |
Restoring authorship annotation for Philipp Kovalev <twilightfeel@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b..ee5183ca07 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -7397,18 +7397,18 @@ TASKLET_REG_INCLUDES= \ ${output_include;hide:"tasklet/runtime/lib/cpp_wrapper.h"} \ ${output_include;hide:"tasklet/runtime/lib/go_wrapper.h"} \ ${output_include;hide:"tasklet/runtime/lib/py_wrapper.h"} \ - ${output_include;hide:"tasklet/runtime/lib/js_wrapper.h"} \ + ${output_include;hide:"tasklet/runtime/lib/js_wrapper.h"} \ ${output_include;hide:"tasklet/runtime/lib/registry.h"} macro TASKLET_REG(Name, Lang, Impl, Includes...) { PEERDIR(tasklet/domain sandbox/bin sandbox/taskbox/worker) - when($Lang == "js") { - # JS runtime links the Node.js from contrib as a library, which is a bit heavy, - # so we do it, only if any JS tasklets are linked into the target - PEERDIR+=tasklet/runtime/js - } - + when($Lang == "js") { + # JS runtime links the Node.js from contrib as a library, which is a bit heavy, + # so we do it, only if any JS tasklets are linked into the target + PEERDIR+=tasklet/runtime/js + } + .CMD=$YMAKE_PYTHON ${input:"build/scripts/gen_tasklet_reg.py"} $Name -l $Lang -i $Impl ${output;noauto:Name.task.cpp} $Includes ${output_include;hide:Includes} $TASKLET_REG_INCLUDES ${kv;hide:"p TT"} ${kv;hide:"pc yellow"} SRCS(GLOBAL $Name.task.cpp) } |