mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (fake.rb): fixed wrong RUBY_PLATFORM, to correctly
install win32.h. [ruby-core:58801][Bug #9199] reported by arton. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b0cd40849a
commit
7ff4413eab
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Dec 21 05:03:49 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (fake.rb): fixed wrong RUBY_PLATFORM, to correctly
|
||||
install win32.h.
|
||||
[ruby-core:58801][Bug #9199] reported by arton.
|
||||
|
||||
Fri Dec 20 17:52:50 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_method.c: check definition of
|
||||
|
|
|
@ -1040,7 +1040,7 @@ class Object
|
|||
CROSS_COMPILING = RUBY_PLATFORM
|
||||
remove_const :RUBY_PLATFORM
|
||||
remove_const :RUBY_VERSION
|
||||
RUBY_PLATFORM = "$(ARCH)"
|
||||
RUBY_PLATFORM = "$(arch)"
|
||||
RUBY_VERSION = "$(MAJOR).$(MINOR).$(TEENY)"
|
||||
end
|
||||
class File
|
||||
|
|
Loading…
Add table
Reference in a new issue