aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-18 11:16:53 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-18 11:16:53 +0300
commitaf118429225479ca21bc858033203e67c0c066e3 (patch)
tree3ddc4e58101a00b4ab6b2059b1513dcbe468074d /build/conf
parent15fad050aa910af2ecc47bdf779222886eb0d29e (diff)
downloadydb-af118429225479ca21bc858033203e67c0c066e3.tar.gz
intermediate changes
ref:dde29d27178f862374234bb37657e21cda94f00a
Diffstat (limited to 'build/conf')
-rw-r--r--build/conf/project_specific/yql_udf.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf
index badaf36687..507072f2a7 100644
--- a/build/conf/project_specific/yql_udf.conf
+++ b/build/conf/project_specific/yql_udf.conf
@@ -107,6 +107,7 @@ module _YQL_UDF_PROGRAM_BASE: SO_PROGRAM {
_MAKE_YQL_UDF()
}
+UDF_SHARED_SEM=$_ADD_DYNLYB_SEM(${REALPRJNAME}.udf)
### @usage: YQL_UDF(name)
###
### User-defined function for YQL
@@ -117,10 +118,13 @@ module _YQL_UDF_PROGRAM_BASE: SO_PROGRAM {
### @see: [YQL_UDF_MODULE()](#module_YQL_UDF_MODULE)
multimodule YQL_UDF {
module YQL_UDF_SHARED: YQL_UDF_MODULE {
+ .SEM=UDF_SHARED_SEM
NO_CLANG_TIDY()
}
module YQL_UDF_STATIC: _DLL_COMPATIBLE_LIBRARY {
.ALIASES=SRCS=GLOBAL_SRCS
+ .SEM=CPP_LIBRARY_SEM
+ .GLOBAL_SEM=CPP_OBJ_LIBRARY_SEM
OBJ_SUF=.udfs
_ADD_YQL_UDF_DEPS()
# disable credits generation for static library