From 8058fde22fd6849976c2c6f3a76a2b684a837e74 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 21 Dec 2013 13:52:14 +0000 Subject: merge revision(s) 44307: [Backport #9199] [Backport #9272] * 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/branches/ruby_2_0_0@44323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index cf3cfb3fd1..5c5a241102 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1020,7 +1020,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 -- cgit v1.2.3