aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexanderplat <alexanderplat@yandex-team.ru>2022-04-20 20:06:45 +0300
committeralexanderplat <alexanderplat@yandex-team.ru>2022-04-20 20:06:45 +0300
commit6b071c826ff7c147314b7695c12521d7d42485c4 (patch)
treefc20aeb90926f02600dbb3c783e7dbe666181d0f
parent3e63e8007c66b7bfce0aeb86172a002d78b39cf5 (diff)
downloadydb-6b071c826ff7c147314b7695c12521d7d42485c4.tar.gz
ALICEINFRA-890: Refactor alice/nlg directories structure
ref:475cad7485204bc30f767a93a1f64a321facd46a
-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 418d7a859d..fb793ac9ef 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -6900,7 +6900,7 @@ macro BUILD_MNS(Files...) {
### 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_NOAUTO register.cpp register.h ${suf=.cpp:Src} ${suf=.h:Src} ${suf=.pb.txt:Src})
+ RUN_PROGRAM(alice/nlg/tools/codegen compile-cpp --import-dir ${ARCADIA_ROOT} --out-dir ${ARCADIA_BUILD_ROOT} --include-prefix ${MODDIR} ${Src} IN ${Src} OUT_NOAUTO register.cpp register.h ${suf=.cpp:Src} ${suf=.h:Src} ${suf=.pb.txt:Src})
SRCS(GLOBAL register.cpp ${suf=.cpp:Src})
}