Maxim
Results
2
comments of
Maxim
If I just change extconf.rb locally from a downloaded rbczmq gem sources, how could I properly install it from this sources? And will iruby use it and not try to...
@v0dro , ok, here is what I have now. I've modified extconf.rb. I've copied code declaring GNU_CHAIN: ``` ruby if RUBY_PLATFORM =~ /(mswin|mingw|bccwin)/ GNU_CHAIN = $1 == 'mingw' OS_WIN32 =...