summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-21 12:23:51 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-21 12:23:51 +0000
commit189372842d6f76605541b7c65b99745b12765a23 (patch)
tree9648aba94c2928d08dfd400d594988679adcec4e /instruby.rb
parentb069230a3a395ee57a9874bb6667bb704c09f2a8 (diff)
see ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index da773c0825..ce13ebffe8 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -83,7 +83,7 @@ end
for f in Dir["*.h"]
File.install f, archlibdir, 0644, true
end
-if RUBY_PLATFORM =~ /mswin32/
+if RUBY_PLATFORM =~ /mswin32|mingw/
File.makedirs archlibdir + "/win32", true
File.install "win32/win32.h", archlibdir + "/win32", 0644, true
if File.exist? wdir+'/rubymw.lib'