summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 18:45:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 18:45:34 +0000
commitfbc632fec59139ac75cb3d171c65d65057512b99 (patch)
tree1d2b3fd04f9e11249e435d8907881842f6f2a3ae /win32
parentcdbe41227d9464d592e2a85e26726b37bac83bf4 (diff)
downloadruby-fbc632fec59139ac75cb3d171c65d65057512b99.tar.gz
ruby-fbc632fec59139ac75cb3d171c65d65057512b99.tar.xz
ruby-fbc632fec59139ac75cb3d171c65d65057512b99.zip
* win32/Makefile.sub (config.h): added RUBY_SITEARCH to use
different name from RUBY_ARCH. [ruby-core:26324] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 680b3dea7..0ad8dfb02 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -118,6 +118,7 @@ PLATFORM = mswin32
!endif
arch = $(ARCH)-$(PLATFORM)
+sitearch = $(ARCH)-$(RT)
!if !defined(ruby_version)
ruby_version = $(MAJOR).$(MINOR).$(TEENY)
!endif
@@ -567,6 +568,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define RUBY_VENDOR_LIB RUBY_LIB_PREFIX"/vendor_ruby"
#define RUBY_VENDOR_LIB2 RUBY_VENDOR_LIB"/"RUBY_LIB_VERSION
#define RUBY_PLATFORM "$(arch)"
+#define RUBY_SITEARCH "$(sitearch)"
#define RUBY_COREDLL "$(RT)"
#define RUBY_ARCHLIB RUBY_LIB"/"RUBY_ARCH
#define RUBY_SITE_ARCHLIB RUBY_SITE_LIB2"/"RUBY_SITEARCH