mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[MSWin] Disable rubygems of BASERUBY
This commit is contained in:
parent
332d29df53
commit
26c4230404
Notes:
git
2022-09-08 13:41:35 +09:00
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ MJIT_SUPPORT = $(MJIT_SUPPORT)
|
|||
!if defined(BASERUBY)
|
||||
@echo BASERUBY = $(BASERUBY:/=\)>> $(MAKEFILE)
|
||||
!else
|
||||
@for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I>> $(MAKEFILE)
|
||||
@for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I --disable=gems>> $(MAKEFILE)
|
||||
!endif
|
||||
@type << >> $(MAKEFILE)
|
||||
$(BANG)if "$$(BASERUBY)" == ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue