aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/udf_probe
diff options
context:
space:
mode:
authorvvvv <vvvv@yandex-team.com>2024-11-08 19:53:36 +0300
committervvvv <vvvv@yandex-team.com>2024-11-08 20:08:32 +0300
commit270fb9d74411407b11560a659568c32076af41c1 (patch)
tree6257da938be0528ff82d9d5c565a789b7a74a78c /yql/essentials/tools/udf_probe
parentee58aeee73246a71e873abd822d7c7ba14431621 (diff)
downloadydb-270fb9d74411407b11560a659568c32076af41c1.tar.gz
less ydb deps or disable for OSS for now
commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
Diffstat (limited to 'yql/essentials/tools/udf_probe')
-rw-r--r--yql/essentials/tools/udf_probe/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/tools/udf_probe/ya.make b/yql/essentials/tools/udf_probe/ya.make
index 9cdacc34e9..d6cbedec45 100644
--- a/yql/essentials/tools/udf_probe/ya.make
+++ b/yql/essentials/tools/udf_probe/ya.make
@@ -7,7 +7,7 @@ SRCS(
IF (OS_LINUX)
# prevent external python extensions to lookup protobuf symbols (and maybe
# other common stuff) in main binary
- EXPORTS_SCRIPT(${ARCADIA_ROOT}/contrib/ydb/library/yql/tools/exports.symlist)
+ EXPORTS_SCRIPT(${ARCADIA_ROOT}/yql/essentials/tools/exports.symlist)
ENDIF()
PEERDIR(