diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-28 15:54:42 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-28 15:54:42 +0300 |
commit | a14e31648f51ccc1071d5fc2fc2f04eb09537a9a (patch) | |
tree | 41acee31d73c1d2db87e71a11d1174eabce0455b /build | |
parent | e94eb2a87b175451a364d14a4624a2524f3c37cb (diff) | |
download | ydb-a14e31648f51ccc1071d5fc2fc2f04eb09537a9a.tar.gz |
intermediate changes
ref:52328fcb31cb2838ce893b58560af7f43b128d14
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/project_specific/yql_udf.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf index 507072f2a7..4d97df18b2 100644 --- a/build/conf/project_specific/yql_udf.conf +++ b/build/conf/project_specific/yql_udf.conf @@ -107,7 +107,8 @@ module _YQL_UDF_PROGRAM_BASE: SO_PROGRAM { _MAKE_YQL_UDF() } -UDF_SHARED_SEM=$_ADD_DYNLYB_SEM(${REALPRJNAME}.udf) +UDF_SHARED_SEM=ignored + ### @usage: YQL_UDF(name) ### ### User-defined function for YQL |