diff options
author | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-02-10 16:49:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:15 +0300 |
commit | 1c61afbf3db63940d05e6fefa3104b03457788a1 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/conf/project_specific | |
parent | e542cc14db4240643a06bb0dde87ecf361f101ab (diff) | |
download | ydb-1c61afbf3db63940d05e6fefa3104b03457788a1.tar.gz |
Restoring authorship annotation for Andrey Fomichev <andrey.fomichev@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'build/conf/project_specific')
-rw-r--r-- | build/conf/project_specific/yql_udf.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf index 0985b0b311..badaf36687 100644 --- a/build/conf/project_specific/yql_udf.conf +++ b/build/conf/project_specific/yql_udf.conf @@ -69,8 +69,8 @@ module YQL_UDF_TEST: PY2TEST { ### ### https://yql.yandex-team.ru/docs/yt/udf/cpp/ macro _ADD_YQL_UDF_DEPS() { - PEERDIR(ydb/library/yql/public/udf) - PEERDIR(ydb/library/yql/public/udf/support) + PEERDIR(ydb/library/yql/public/udf) + PEERDIR(ydb/library/yql/public/udf/support) } ### @usage: _MAKE_YQL_UDF() @@ -82,7 +82,7 @@ macro _MAKE_YQL_UDF() { _ADD_YQL_UDF_DEPS() SET_APPEND(USER_CXXFLAGS -DBUILD_UDF) # For Windows using declspecs - DEFAULT(YQL_UDF_EXPORT ${ARCADIA_ROOT}/ydb/library/yql/public/udf/udfs_exports.exports) + DEFAULT(YQL_UDF_EXPORT ${ARCADIA_ROOT}/ydb/library/yql/public/udf/udfs_exports.exports) when ($WINDOWS == "yes") { YQL_UDF_EXPORT= |