Skip to content

Commit 3af8bdc

Browse files
author
pg
committed
promote LD_PLUGIN_V2 to LD_PLUGIN
commit_hash:7ca45f97c43085abf6d826bc47c2c769a9c018fc
1 parent 355498b commit 3af8bdc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/ymake.core.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3152,11 +3152,7 @@ macro AR_PLUGIN(name) {
31523152
### Register script, which will process all inputs to any link_exe.py call with modules's library
31533153
### Script will receive all arguments to link_exe.py, and can output into stdout preprocessed list
31543154
### of all arguments, in JSON format
3155-
macro LD_PLUGIN(name) {
3156-
SRCS(GLOBAL $name.pyplugin)
3157-
}
3158-
3159-
macro LD_PLUGIN_V2(Name) {
3155+
macro LD_PLUGIN(Name) {
31603156
.CMD=$COPY_CMD ${context=TEXT;input:Name} ${noauto;output;global;suf=.pyplugin:Name}
31613157
.SEM=_SEM_IGNORED
31623158
}

0 commit comments

Comments
 (0)