We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I am trying to build a gem that uses rutie, it seems all good except for that I would really prefer it if no-link worked under windows too.
no-link
is there an example of this somewhere?
thanks 👍
Right now If I try it I just get something like: undefined reference to rb_prepend_module'`
undefined reference to
The text was updated successfully, but these errors were encountered:
Have you tried an environment variable for it? NO_LINK_RUTIE https://github.com/danielpclark/rutie/blob/master/build.rs#L348-L351
NO_LINK_RUTIE
Sorry, something went wrong.
No branches or pull requests
Hi there,
I am trying to build a gem that uses rutie, it seems all good except for that I would really prefer it if
no-link
worked under windows too.is there an example of this somewhere?
thanks 👍
Right now If I try it I just get something like:
undefined reference to
rb_prepend_module'`The text was updated successfully, but these errors were encountered: