diff options
author | daypatu <[email protected]> | 2022-02-10 16:51:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:49 +0300 |
commit | 3b783431b2261dd40954f9380191b6e6081a96c0 (patch) | |
tree | 33f103d9cb7f6ef5e3281ad071337ecfc3868b1d | |
parent | 7f5832442a52804d7b0b8c1a6fa0b009adefbc51 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-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 081833998b8..a6eda3389dc 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -6888,7 +6888,7 @@ macro BUILD_PLNS(Src...) { ### Alice-specific macro macro COMPILE_NLG(Src...) { PEERDIR(alice/nlg/runtime) - RUN_PROGRAM(alice/nlg/bin compile-cpp --import-dir ${ARCADIA_ROOT} --out-dir ${ARCADIA_BUILD_ROOT} --include-prefix ${MODDIR} ${Src} IN ${Src} OUT register.cpp register.h ${suf=.cpp:Src} ${suf=.h:Src} OUT_NOAUTO ${suf=.pb.txt:Src}) + RUN_PROGRAM(alice/nlg/bin compile-cpp --import-dir ${ARCADIA_ROOT} --out-dir ${ARCADIA_BUILD_ROOT} --include-prefix ${MODDIR} ${Src} IN ${Src} OUT register.cpp register.h ${suf=.cpp:Src} ${suf=.h:Src} OUT_NOAUTO ${suf=.pb.txt:Src}) } ### @usage: NEED_CHECK() |