summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaypatu <[email protected]>2022-02-10 16:51:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:49 +0300
commit3b783431b2261dd40954f9380191b6e6081a96c0 (patch)
tree33f103d9cb7f6ef5e3281ad071337ecfc3868b1d
parent7f5832442a52804d7b0b8c1a6fa0b009adefbc51 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r--build/ymake.core.conf2
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()