diff options
author | somov <[email protected]> | 2023-09-07 13:10:35 +0300 |
---|---|---|
committer | somov <[email protected]> | 2023-09-07 14:43:27 +0300 |
commit | e7ea57ac1cbd489f2a57c028d64f09344b07705b (patch) | |
tree | 02cd69412b38f889e05b179b6b68c449262e7876 | |
parent | 7c128e386594fe82ee10288f9c8aab3475cb31bd (diff) |
Fix USE_ARCADIA_PYTHON usage in YQL UDF config
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index fb652f9374c..7a1f15e9e54 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2230,8 +2230,6 @@ module _DLL_COMPATIBLE_LIBRARY: LIBRARY { .ARGS_PARSER=DLL } -@import "${CONF_ROOT}/conf/project_specific/yql_udf.conf" - # as SRCS in packages use macro BUNDLE_SRCS! PACKED_PACKAGE_ARGS= @@ -5088,6 +5086,8 @@ module _PROXY_LIBRARY: LIBRARY { NO_RUNTIME() } +@import "${CONF_ROOT}/conf/project_specific/yql_udf.conf" + # tag:alice-specific @import "${CONF_ROOT}/conf/project_specific/alice/nlg.conf" |