diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /build/conf/project_specific | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/conf/project_specific')
-rw-r--r-- | build/conf/project_specific/maps/aar.conf | 2 | ||||
-rw-r--r-- | build/conf/project_specific/yql_udf.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/conf/project_specific/maps/aar.conf b/build/conf/project_specific/maps/aar.conf index 780ff38984..32603595b8 100644 --- a/build/conf/project_specific/maps/aar.conf +++ b/build/conf/project_specific/maps/aar.conf @@ -303,7 +303,7 @@ $_AAR_COPY_DOC_VALUE \ && ${cwd:BINDIR} $COPY_CMD build/libs/${suf=-sources.jar:REALPRJNAME} ${output;suf=-sources.jar:REALPRJNAME} macro _AAR_CMD_IMPL(EXTRA_INPUTS...) { - .CMD=$_AAR_CMDLINE && $GENERATE_MF + .CMD=$_AAR_CMDLINE && $GENERATE_MF } AAR_CMD=$_AAR_CMD_IMPL($_AAR_EXTRA_INPUTS_VALUE) diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf index badaf36687..9441d5117a 100644 --- a/build/conf/project_specific/yql_udf.conf +++ b/build/conf/project_specific/yql_udf.conf @@ -123,8 +123,8 @@ multimodule YQL_UDF { .ALIASES=SRCS=GLOBAL_SRCS OBJ_SUF=.udfs _ADD_YQL_UDF_DEPS() - # disable credits generation for static library - SET(CREDITS_FLAGS) + # disable credits generation for static library + SET(CREDITS_FLAGS) when ($MSVC == "yes" || $CYGWIN == "yes") { MODULE_SUFFIX=.static.lib } |