From f68e38cdc302512a7c44a7c419bcea397d3f78a2 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 26 Jun 2016 00:37:37 -0700 Subject: config.ninja: Sort tools --- config.ninja | 6 +++--- 1 file 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 -- cgit v1.2.3