diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2026-03-12 13:27:40 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2026-03-13 09:15:28 -0400 |
| commit | a70dbe1065f58a23a85e576d19e3434e6dd4bb64 (patch) | |
| tree | 9d4be0c6573754d753a3a87a8c854b7c42cb8c4c /template | |
| parent | 90f6507e4fb55de253d24032f7915f6c0de6afa0 (diff) | |
Use Prism for mk_builtin_loader.rb
Diffstat (limited to 'template')
| -rw-r--r-- | template/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index 8e93efc310..3226daa791 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -37,6 +37,7 @@ CONFIGURE = @CONFIGURE@ MKFILES = @MAKEFILES@ BASERUBY = @BASERUBY@ HAVE_BASERUBY = @HAVE_BASERUBY@ +DUMP_AST = @DUMP_AST@ TEST_RUNNABLE = @TEST_RUNNABLE@ CROSS_COMPILING = @CROSS_COMPILING@ DOXYGEN = @DOXYGEN@ |
