diff options
| -rw-r--r-- | config.ninja | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.ninja b/config.ninja index cee4ed36..53bbbfd8 100644 --- a/config.ninja +++ b/config.ninja @@ -3,11 +3,11 @@ builddir = out toolchain = default host_toolchain = default -zic = zic lex = lex -yacc = yacc -python = python perl = perl +python = python +yacc = yacc +zic = zic repo = root repo_tag = tree |
