You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--link, --framework-link and --static-link are parsed and put into BindgenOptions::links, but as far as I can tell nothing does anything with them after that.
Presumably the intent is to generate a set of #[link ...] directives before the extern "C" { ... }?
The text was updated successfully, but these errors were encountered:
jsgf
changed the title
--link* don't do anything
--link* options don't do anything
Jan 4, 2017
TLDR, I'm not sure it's bindgen's business, but if you give me a use-case you can't solve cleanly and needs bindgen to support it, I'd be happy to add them back.
--link
,--framework-link
and--static-link
are parsed and put intoBindgenOptions::links
, but as far as I can tell nothing does anything with them after that.Presumably the intent is to generate a set of
#[link ...]
directives before theextern "C" { ... }
?The text was updated successfully, but these errors were encountered: