summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 05:13:34 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 05:13:34 +0000
commit4a965795f857b24e1ab0800f6dbe9af8a5fa425d (patch)
tree344ca0db6a1e1ed9755f283f862d815b66a46a42 /instruby.rb
parent8162d69dda2e584cdaa1bd50eebce1648454ebe4 (diff)
merge revision(s) 24993:24997,25069:25074:
* win32/win32.c (rb_w32_select): wait specified time on select. * win32/win32.c (rb_w32_select): on 1.8, we don't need to poll sockets, because our select is never called from multiple threads. * instruby.rb: win32/win32.h exists in srcdir. reported by arton ( http://www.artonx.org/diary/20090919.html#p01 ) * win32/win32.c (subtract): if the parameters are same value, should return zero. * win32/win32.c (rb_w32_select): of course, need to initialize rest. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@25838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rwxr-xr-xinstruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index 2903a7c739..305ad905e4 100755
--- a/instruby.rb
+++ b/instruby.rb
@@ -359,7 +359,7 @@ install?(:local, :arch, :lib) do
if RUBY_PLATFORM =~ /mswin32|mingw|bccwin32/
win32libdir = File.join(archlibdir, "win32")
makedirs win32libdir
- install "win32/win32.h", win32libdir, :mode => $data_mode
+ install File.join(srcdir, "win32", "win32.h"), win32libdir, :mode => $data_mode
end
end