Makefile.sub: gem_prelude to load rubygems

* win32/Makefile.sub (DEFAULT_PRELUDES): always use gem_prelude
  regardless of --disable-rubygems.  follow up r43278.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-10-14 08:00:22 +00:00
Родитель 6ad62c8309
Коммит 8e385d6778
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -291,11 +291,7 @@ BTESTRUBY = $(MINIRUBY)
!ifndef RUBY
RUBY = ruby
!endif
!if "$(USE_RUBYGEMS)" == "NO"
DEFAULT_PRELUDES = $(NO_GEM_PRELUDE)
!else
DEFAULT_PRELUDES = $(YES_GEM_PRELUDE)
!endif
DEFAULT_PRELUDES = $(GEM_PRELUDE)
DTRACE_EXT = dmyh