mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix missing replacement in 1f91dcdab3
This commit is contained in:
parent
35c493ecf5
commit
2d57447ae8
1 changed files with 1 additions and 1 deletions
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue