mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39be861346
commit
e7381db962
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Sep 21 22:18:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.
|
||||
|
||||
Tue Sep 21 02:42:35 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
|
||||
|
|
|
@ -35,7 +35,7 @@ module RbConfig
|
|||
]
|
||||
|
||||
arch = RUBY_PLATFORM
|
||||
win32 = /mswin32/ =~ arch
|
||||
win32 = /mswin/ =~ arch
|
||||
v_fast = []
|
||||
v_others = []
|
||||
vars = {}
|
||||
|
|
Loading…
Reference in a new issue