danielpclark / rutie

β€œThe Tie Between Ruby and Rust.”
MIT License
938 stars 62 forks source link

is the "no-link" feature possible on windows? #157

Open ms-jpq opened 2 years ago

ms-jpq commented 2 years ago

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 torb_prepend_module'`

danielpclark commented 2 years ago

Have you tried an environment variable for it? NO_LINK_RUTIE https://github.com/danielpclark/rutie/blob/master/build.rs#L348-L351