Skip to content

Commit 3940562

Browse files
committed
YQL-19206 Fix YQL_PYTHON* macros
commit_hash:efcdd5f8a76a33ea53572df5a214f2de61c7775f
1 parent fff32c5 commit 3940562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/conf/project_specific/yql_udf.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ module YQL_PYTHON_UDF: YQL_UDF_MODULE {
281281
PEERDIR(build/platform/python/ldflags)
282282
PEERDIR(library/python/type_info)
283283

284-
DEFAULT(YQL_PYTHON_UDF_EXPORT ${ARCADIA_ROOT}/${YQL_BASE_DIR}/udfs/common/python/python_udf/python_udfs_exports.exports)
284+
DEFAULT(YQL_PYTHON_UDF_EXPORT ${ARCADIA_ROOT}/yql/essentials/udfs/common/python/python_udf/python_udfs_exports.exports)
285285

286286
when ($WINDOWS == "yes") {
287287
YQL_PYTHON_UDF_EXPORT=
@@ -307,7 +307,7 @@ module YQL_PYTHON_UDF_PROGRAM: _YQL_UDF_PROGRAM_BASE {
307307
PEERDIR(build/platform/python/ldflags)
308308
PEERDIR(library/python/type_info)
309309

310-
DEFAULT(YQL_PYTHON_UDF_EXPORT ${ARCADIA_ROOT}/${YQL_BASE_DIR}/udfs/common/python/python_udf/python_udfs_exports.exports)
310+
DEFAULT(YQL_PYTHON_UDF_EXPORT ${ARCADIA_ROOT}/yql/essentials/udfs/common/python/python_udf/python_udfs_exports.exports)
311311

312312
when ($WINDOWS == "yes") {
313313
YQL_PYTHON_UDF_EXPORT=
@@ -331,7 +331,7 @@ module YQL_PYTHON3_UDF: YQL_UDF_MODULE {
331331
PEERDIR(build/platform/python/ldflags)
332332
PEERDIR(library/python/type_info)
333333

334-
DEFAULT(YQL_PYTHON_UDF_EXPORT ${ARCADIA_ROOT}/${YQL_BASE_DIR}/udfs/common/python/python_udf/python_udfs_exports.exports)
334+
DEFAULT(YQL_PYTHON_UDF_EXPORT ${ARCADIA_ROOT}/yql/essentials/udfs/common/python/python_udf/python_udfs_exports.exports)
335335

336336
when ($WINDOWS == "yes") {
337337
YQL_PYTHON_UDF_EXPORT=

0 commit comments

Comments
 (0)