mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
6ad62c8309
commit
8e385d6778
1 changed files with 1 additions and 5 deletions
|
@ -291,11 +291,7 @@ BTESTRUBY = $(MINIRUBY)
|
||||||
!ifndef RUBY
|
!ifndef RUBY
|
||||||
RUBY = ruby
|
RUBY = ruby
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RUBYGEMS)" == "NO"
|
DEFAULT_PRELUDES = $(GEM_PRELUDE)
|
||||||
DEFAULT_PRELUDES = $(NO_GEM_PRELUDE)
|
|
||||||
!else
|
|
||||||
DEFAULT_PRELUDES = $(YES_GEM_PRELUDE)
|
|
||||||
!endif
|
|
||||||
|
|
||||||
DTRACE_EXT = dmyh
|
DTRACE_EXT = dmyh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue