aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-24 18:29:03 +0000
committerGitHub <noreply@github.com>2024-11-24 18:29:03 +0000
commitd07a4859aa083d0e7cf47020da9036f176f61d00 (patch)
tree5f3772c6600fcc5737420bf7874bb89833b35b00 /build/platform
parent398fb410adba8fede893681a5e67a809f02d0750 (diff)
parent9002c47536c0c2d348b001535c540667e7910b65 (diff)
downloadydb-d07a4859aa083d0e7cf47020da9036f176f61d00.tar.gz
Merge pull request #11909 from ydb-platform/mergelibs-241123-2111
Library import 241123-2111
Diffstat (limited to 'build/platform')
-rw-r--r--build/platform/python/ldflags/ya.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/platform/python/ldflags/ya.make b/build/platform/python/ldflags/ya.make
index 0115ed7256..b7a2d83a47 100644
--- a/build/platform/python/ldflags/ya.make
+++ b/build/platform/python/ldflags/ya.make
@@ -1,7 +1,5 @@
RESOURCES_LIBRARY()
-SUBSCRIBER(g:contrib)
-
IF (USE_SYSTEM_PYTHON)
IF (OS_LINUX)
LDFLAGS("-L$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/lib/x86_64-linux-gnu -lpython${PY_VERSION}")