diff options
author | snermolaev <snermolaev@yandex-team.com> | 2024-01-21 08:16:37 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-24 15:01:47 +0300 |
commit | c5a3e74f92261a0d9fb0454d4f839bca35770be0 (patch) | |
tree | 9a228f1826257056f03ad9ac5ffdfa0eef778b43 | |
parent | ade1688cbffb24e141553a6bd917db46175aa62e (diff) | |
download | ydb-c5a3e74f92261a0d9fb0454d4f839bca35770be0.tar.gz |
-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 f613abae70..e5e8cc8825 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5633,7 +5633,7 @@ macro WITHOUT_LICENSE_TEXTS() { # tag:licence when ($WITH_CREDITS) { - CREDITS_FLAGS+=--credits-output ${output;suf=${CREDITS_FILE_EXTRA_EXT}".CREDITS.txt":REALPRJNAME} + CREDITS_FLAGS+=--credits-output ${output;pre=${MODULE_PREFIX};suf=${MODULE_SUFFIX}${CREDITS_FILE_EXTRA_EXT}.CREDITS.txt:REALPRJNAME} } GENERATE_MF= |