File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
build/conf/project_specific Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ module YQL_PYTHON_UDF: YQL_UDF_MODULE {
281
281
PEERDIR(build/platform/python/ldflags)
282
282
PEERDIR(library/python/type_info)
283
283
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)
285
285
286
286
when ($WINDOWS == "yes") {
287
287
YQL_PYTHON_UDF_EXPORT=
@@ -307,7 +307,7 @@ module YQL_PYTHON_UDF_PROGRAM: _YQL_UDF_PROGRAM_BASE {
307
307
PEERDIR(build/platform/python/ldflags)
308
308
PEERDIR(library/python/type_info)
309
309
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)
311
311
312
312
when ($WINDOWS == "yes") {
313
313
YQL_PYTHON_UDF_EXPORT=
@@ -331,7 +331,7 @@ module YQL_PYTHON3_UDF: YQL_UDF_MODULE {
331
331
PEERDIR(build/platform/python/ldflags)
332
332
PEERDIR(library/python/type_info)
333
333
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)
335
335
336
336
when ($WINDOWS == "yes") {
337
337
YQL_PYTHON_UDF_EXPORT=
You can’t perform that action at this time.
0 commit comments