diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-11-24 18:29:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 18:29:03 +0000 |
commit | d07a4859aa083d0e7cf47020da9036f176f61d00 (patch) | |
tree | 5f3772c6600fcc5737420bf7874bb89833b35b00 /build/platform/python/ldflags | |
parent | 398fb410adba8fede893681a5e67a809f02d0750 (diff) | |
parent | 9002c47536c0c2d348b001535c540667e7910b65 (diff) | |
download | ydb-d07a4859aa083d0e7cf47020da9036f176f61d00.tar.gz |
Merge pull request #11909 from ydb-platform/mergelibs-241123-2111
Library import 241123-2111
Diffstat (limited to 'build/platform/python/ldflags')
-rw-r--r-- | build/platform/python/ldflags/ya.make | 2 |
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}") |