We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355498b commit 3af8bdcCopy full SHA for 3af8bdc
build/ymake.core.conf
@@ -3152,11 +3152,7 @@ macro AR_PLUGIN(name) {
3152
### Register script, which will process all inputs to any link_exe.py call with modules's library
3153
### Script will receive all arguments to link_exe.py, and can output into stdout preprocessed list
3154
### of all arguments, in JSON format
3155
-macro LD_PLUGIN(name) {
3156
- SRCS(GLOBAL $name.pyplugin)
3157
-}
3158
-
3159
-macro LD_PLUGIN_V2(Name) {
+macro LD_PLUGIN(Name) {
3160
.CMD=$COPY_CMD ${context=TEXT;input:Name} ${noauto;output;global;suf=.pyplugin:Name}
3161
.SEM=_SEM_IGNORED
3162
}
0 commit comments