summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-05-11 15:59:55 (GMT)
committerGitHub <noreply@github.com>2017-05-11 15:59:55 (GMT)
commitf1551b37cc57ba7172e17bf8e5b57a996a06365d (patch)
tree0c398e386cf3cc6d78e410976935bc5480051de3 /configure.py
parent586bb6daef38b3657ba917eb3d7f07ba80c72cd7 (diff)
parentf0bb90e4bc49167fac5213269a34f628c349e50c (diff)
downloadNinja-f1551b37cc57ba7172e17bf8e5b57a996a06365d.zip
Ninja-f1551b37cc57ba7172e17bf8e5b57a996a06365d.tar.gz
Ninja-f1551b37cc57ba7172e17bf8e5b57a996a06365d.tar.bz2
Merge pull request #1271 from atetubou/faster_clparser
Faster clparser
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index edf85e2..643106c 100755
--- a/configure.py
+++ b/configure.py
@@ -489,6 +489,7 @@ for name in ['build',
'manifest_parser',
'metrics',
'state',
+ 'string_piece_util',
'util',
'version']:
objs += cxx(name)
@@ -551,6 +552,7 @@ for name in ['build_log_test',
'manifest_parser_test',
'ninja_test',
'state_test',
+ 'string_piece_util_test',
'subprocess_test',
'test',
'util_test']: