summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-20 23:33:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-20 23:33:22 +0900
commitcc8e966e3c8b44dd946c4c50cc8d172e1d45e625 (patch)
tree22c2292dff458767d08afca57bce99d9921ed6d4 /win32
parent169c726f60b18fa283ac903809c3350318d3f06e (diff)
MSys is a variant of Cygwin
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/mkexports.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index dfbb175170..3c535211a9 100755
--- a/win32/mkexports.rb
+++ b/win32/mkexports.rb
@@ -167,6 +167,9 @@ class Exports::Cygwin < Exports
end
end
+class Exports::Msys < Exports::Cygwin
+end
+
class Exports::Mingw < Exports::Cygwin
def each_export(objs)
super