diff options
author | pg <pg@yandex-team.com> | 2025-02-17 20:59:04 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2025-02-17 21:57:15 +0300 |
commit | 3af8bdc1b9f36eea116453da1a8b456810d3038e (patch) | |
tree | e0a61101156e47f101eb6663a032c4a601d75fb1 | |
parent | 355498bdf0f13ded8fdfdd5f174f926ffe910c92 (diff) | |
download | ydb-3af8bdc1b9f36eea116453da1a8b456810d3038e.tar.gz |
promote LD_PLUGIN_V2 to LD_PLUGIN
commit_hash:7ca45f97c43085abf6d826bc47c2c769a9c018fc
-rw-r--r-- | build/ymake.core.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 12c786590e..d3d40074a6 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -3152,11 +3152,7 @@ macro AR_PLUGIN(name) { ### Register script, which will process all inputs to any link_exe.py call with modules's library ### Script will receive all arguments to link_exe.py, and can output into stdout preprocessed list ### of all arguments, in JSON format -macro LD_PLUGIN(name) { - SRCS(GLOBAL $name.pyplugin) -} - -macro LD_PLUGIN_V2(Name) { +macro LD_PLUGIN(Name) { .CMD=$COPY_CMD ${context=TEXT;input:Name} ${noauto;output;global;suf=.pyplugin:Name} .SEM=_SEM_IGNORED } |