зеркало из https://github.com/github/ruby.git
* 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:
Родитель
39be861346
Коммит
e7381db962
|
@ -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>
|
Tue Sep 21 02:42:35 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
|
* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
|
||||||
|
|
|
@ -35,7 +35,7 @@ module RbConfig
|
||||||
]
|
]
|
||||||
|
|
||||||
arch = RUBY_PLATFORM
|
arch = RUBY_PLATFORM
|
||||||
win32 = /mswin32/ =~ arch
|
win32 = /mswin/ =~ arch
|
||||||
v_fast = []
|
v_fast = []
|
||||||
v_others = []
|
v_others = []
|
||||||
vars = {}
|
vars = {}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче