[MSWin] Disable rubygems of BASERUBY
This commit is contained in:
parent
332d29df53
commit
26c4230404
Notes:
git
2022-09-08 13:41:35 +09:00
@ -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…
x
Reference in New Issue
Block a user