зеркало из https://github.com/github/ruby.git
Fix missing replacement in 1f91dcdab3
This commit is contained in:
Родитель
35c493ecf5
Коммит
2d57447ae8
|
@ -168,7 +168,7 @@ XRUBY_RUBYHDRDIR = @XRUBY_RUBYHDRDIR@
|
|||
|
||||
yes_baseruby = $(HAVE_BASERUBY:no=)
|
||||
no_baseruby = $(HAVE_BASERUBY:yes=)
|
||||
BOOTSTRAPRUBY = $(yes_baseruby:yes=$(BASERUBY)) $(no_baseruby:$(MINIRUBY))
|
||||
BOOTSTRAPRUBY = $(yes_baseruby:yes=$(BASERUBY)) $(no_baseruby:no=$(MINIRUBY))
|
||||
BOOTSTRAPRUBY_OPT = $(yes_baseruby:yes=-r./$(arch)-fake)
|
||||
|
||||
COROUTINE_H = @X_COROUTINE_H@
|
||||
|
|
Загрузка…
Ссылка в новой задаче