From fc8f412488c94e5dae483cc52d44bb952d7c927e Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 23 Aug 2002 08:18:19 +0000 Subject: * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32. * configure.in (sitearch): new var. * mkconfig.rb, lib/mkmf.rb (sitearch): ditto. * win32/Makefile.sub, win32/setup.mak (sitearch): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 930fb0473d..3e60d08a5b 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -60,6 +60,7 @@ DEBUGFLAGS = -Zi OPTFLAGS = -O2b2xg- !endif OS = mswin32 +RT = msvcrt !if !defined(prefix) prefix = /usr @@ -252,7 +253,7 @@ config.h: Makefile $(srcdir)/win32/Makefile.sub #define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.7" #define RUBY_PLATFORM "$(ARCH)-$(OS)" #define RUBY_ARCHLIB "/lib/ruby/1.7/$(ARCH)-$(OS)" -#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/$(ARCH)-$(OS)" +#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/$(ARCH)-$(RT)" <