If the feature hadn't been broken in the first place it would have worked on them anyway, so we might as well expose it. I'm loathe to do it because one of the best features of meson in a mixed C/C++ code base is that meson figures out the right linker every time, but there are cases people have where they want to force a linker. We'll let them keep the pieces.pull/6838/head
parent
d8a3c777a6
commit
fdd6022530
4 changed files with 15 additions and 2 deletions
@ -0,0 +1,5 @@ |
||||
extern "C" { |
||||
int makeInt(void) { |
||||
return 1; |
||||
} |
||||
} |
Loading…
Reference in new issue