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
commitff47f3d1165e644f88f85499764430272fcac1f1 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent3b783431b2261dd40954f9380191b6e6081a96c0 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 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 a6eda3389dc..081833998b8 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()