From ac3a3c05c9cdf029fe05491eeb2d84e5a2d3a399 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 16 May 2011 02:22:27 +0000 Subject: * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefix of RUBY_SO_NAME on x64/ia64 mswin/mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 4dd7b7993e..0b1361a7c1 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -130,6 +130,9 @@ ruby_version = $(MAJOR).$(MINOR).$(TEENY) !ifndef RUBY_SO_NAME RUBY_SO_NAME = $(RT)-$(RUBY_BASE_NAME)$(MAJOR)$(MINOR)$(TEENY) +!if "$(ARCH)" != "i386" +RUBY_SO_NAME = $(ARCH)-$(RUBY_SO_NAME) +!endif !endif !ifndef RUBY_PLATFORM RUBY_PLATFORM = $(arch) -- cgit v1.2.3