Replies: 1 comment 1 reply
-
unless you can recompile the static lib so inline items are exposed anyway there's no solution for this right now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been reading tons of documentations all over but just can't find a definitive answer to dealing with this situation beside writing a c wrapper for everything defined inside a class header. ex;
generate-inline-function does create the binding but fails at link time, and anyway, I'm using a large proprietary static lib... Anything like --wrap-static-fns-* is available?
Beta Was this translation helpful? Give feedback.
All reactions