diff options
author | robot-brewer <robot-brewer@yandex-team.com> | 2024-10-22 08:39:26 +0300 |
---|---|---|
committer | robot-brewer <robot-brewer@yandex-team.com> | 2024-10-22 08:51:14 +0300 |
commit | 54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9 (patch) | |
tree | e89b524f85c2b0a501fbfd5809aa52d322c0f110 /build/scripts/link_dyn_lib.py | |
parent | ab5c8d6f28e47c9330ecc18cd748cf513fd243af (diff) | |
download | ydb-54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9.tar.gz |
Release python3-frozen #8
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v8
commit_hash:db14a768da738da2ea13bd7cb7af738d83793500
Diffstat (limited to 'build/scripts/link_dyn_lib.py')
-rw-r--r-- | build/scripts/link_dyn_lib.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/scripts/link_dyn_lib.py b/build/scripts/link_dyn_lib.py index 3e62f4c407..53757a7c75 100644 --- a/build/scripts/link_dyn_lib.py +++ b/build/scripts/link_dyn_lib.py @@ -7,6 +7,9 @@ import collections import optparse import pipes +# Explicitly enable local imports +# Don't forget to add imported scripts to inputs of the calling command! +sys.path.append(os.path.dirname(os.path.abspath(__file__))) import thinlto_cache import link_exe |