diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-30 20:39:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-01 19:07:48 -0700 |
| commit | 1dd50b8a9df9fbad661fa7b02eb46fb4dd0e03b4 (patch) | |
| tree | b104e71dae827863eeea4dca2f19d83ff331868e /build.ninja | |
| parent | 478ea3bf7d23b593e12a11da23559f7429628a40 (diff) | |
Remove obsolete tool variables
We don't use lex, python, or perl for build.
For yacc and zic, just remove the variables. It is unlikely that they
need to be changed.
Diffstat (limited to 'build.ninja')
| -rw-r--r-- | build.ninja | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.ninja b/build.ninja index c2edf028..0b1e29fc 100644 --- a/build.ninja +++ b/build.ninja @@ -10,12 +10,6 @@ host_cflags = -pipe host_cxxflags = $host_cflags host_ldflags = -lex = lex -perl = perl -python = python -yacc = yacc -zic = zic - repo = $builddir/root.git repo_flags = --bare repo_tag = tree |
