mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work on
mswin32 port. If you changed win32/configure.bat, you should change setup.mak too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8068d73cc1
commit
c6e6380665
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Feb 14 18:41:47 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work on
|
||||
mswin32 port. If you changed win32/configure.bat, you should change
|
||||
setup.mak too.
|
||||
|
||||
Mon Feb 14 17:28:34 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* test/ruby/test_system.rb (TestSystem#test_system_at):
|
||||
|
|
|
@ -58,6 +58,10 @@ BASERUBY = $(BASERUBY:/=\)
|
|||
!if defined(NTVER)
|
||||
NTVER = $(NTVER)
|
||||
!endif
|
||||
!if defined(USE_RUBYGEMS)
|
||||
USE_RUBYGEMS = $(USE_RUBYGEMS)
|
||||
!endif
|
||||
|
||||
<<
|
||||
!if !defined(BASERUBY)
|
||||
@for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I>> $(MAKEFILE)
|
||||
|
|
Loading…
Reference in a new issue