rtomayko / posix-spawn

Ruby process spawning library
Other
519 stars 52 forks source link

Stop compilation of native code on cygwin #20

Closed duckpuppy closed 12 years ago

duckpuppy commented 12 years ago

This fix adds a check for cygwin to the RUBY_PLATFORM checks when building or requiring the native extensions.

rtomayko commented 12 years ago

Looks good to me.

muraii commented 12 years ago

Thank you! Now, I must admit, I'm not quite sure how to pull this into Cygwin. I have git, of course, but I'm uncertain where to pull it to to compile.