diff options
author | pg <pg@yandex-team.com> | 2025-02-17 20:05:21 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2025-02-17 21:18:03 +0300 |
commit | 355498bdf0f13ded8fdfdd5f174f926ffe910c92 (patch) | |
tree | a0284d2955a923ab2001ac7217425c971c9667e3 | |
parent | 3dddf7e61195210623b725e9e915dfec9fc86a34 (diff) | |
download | ydb-355498bdf0f13ded8fdfdd5f174f926ffe910c92.tar.gz |
Add LD_PLUGIN_V2 and use it for MUSL.
commit_hash:b66e8aea0778dda478d029d881f0dbe754ac8bd4
-rw-r--r-- | build/ymake.core.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d35952e8da..12c786590e 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -3156,6 +3156,11 @@ macro LD_PLUGIN(name) { SRCS(GLOBAL $name.pyplugin) } +macro LD_PLUGIN_V2(Name) { + .CMD=$COPY_CMD ${context=TEXT;input:Name} ${noauto;output;global;suf=.pyplugin:Name} + .SEM=_SEM_IGNORED +} + USE_FLANG=no when ($USE_FLANG == "yes") { |