Skip to content

Instantly share code, notes, and snippets.

@panyamin
panyamin / cygwin.patch
Last active February 20, 2016 15:07
Ruby 2.3.0 on Cygwin x64 with backport patch
Index: extmk.rb
===================================================================
--- ext/extmk.rb (revision 53867)
+++ ext/extmk.rb (revision 53868)
@@ -494,7 +494,10 @@
ext_prefix = "#{$top_srcdir}/ext"
exts = $static_ext.sort_by {|t, i| i}.collect {|t, i| t}
default_exclude_exts =
- if $mswin or $mingw
+ case