From 4057bf0ce67bba9bd8ac0fc616dd06dc59715f4a Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 22 Dec 2013 10:18:27 +0000 Subject: merge revision(s) 44307: [Backport #9271] * 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_1@44341 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 216fb9dcf3..305f37df55 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -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 -- cgit v1.2.3