diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-26 00:37:37 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-26 00:37:37 -0700 |
| commit | f68e38cdc302512a7c44a7c419bcea397d3f78a2 (patch) | |
| tree | 595c6d6f8a0183fa624c635ddca4d8a798f1a37b /config.ninja | |
| parent | e43afb13298633fd8e2d7c3115e3376f21239e48 (diff) | |
config.ninja: Sort tools
Diffstat (limited to 'config.ninja')
| -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 |
