mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Include c_escape.rb in COMPILE_PRELUDE
template/prelude.c.tmpl requires tool/ruby_vm/helpers/c_escape.rb.
This commit is contained in:
parent
396e921044
commit
3cb03a00a8
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ TESTOPTS = $(RUBY_TESTOPTS)
|
|||
|
||||
TESTRUN_SCRIPT = $(srcdir)/test.rb
|
||||
|
||||
COMPILE_PRELUDE = $(tooldir)/generic_erb.rb $(srcdir)/template/prelude.c.tmpl
|
||||
COMPILE_PRELUDE = $(tooldir)/generic_erb.rb $(srcdir)/template/prelude.c.tmpl \
|
||||
$(tooldir)/ruby_vm/helpers/c_escape.rb
|
||||
|
||||
SHOWFLAGS = showflags
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue