Skip to content

Commit 355498b

Browse files
author
pg
committed
Add LD_PLUGIN_V2 and use it for MUSL.
commit_hash:b66e8aea0778dda478d029d881f0dbe754ac8bd4
1 parent 3dddf7e commit 355498b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/ymake.core.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,6 +3156,11 @@ macro LD_PLUGIN(name) {
31563156
SRCS(GLOBAL $name.pyplugin)
31573157
}
31583158

3159+
macro LD_PLUGIN_V2(Name) {
3160+
.CMD=$COPY_CMD ${context=TEXT;input:Name} ${noauto;output;global;suf=.pyplugin:Name}
3161+
.SEM=_SEM_IGNORED
3162+
}
3163+
31593164
USE_FLANG=no
31603165

31613166
when ($USE_FLANG == "yes") {

0 commit comments

Comments
 (0)