summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-04 21:17:33 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-18 12:21:44 (GMT)
commite5c22c0a4b93895334a10d412124ffff69c3fd25 (patch)
treef04be9f0e0d0e2fcfd5101e9dd9a2dfe3cc1141b /configure.py
parenta4970769519b09fec5ff6ffe73a5fa2bf9f252e4 (diff)
downloadNinja-e5c22c0a4b93895334a10d412124ffff69c3fd25.zip
Ninja-e5c22c0a4b93895334a10d412124ffff69c3fd25.tar.gz
Ninja-e5c22c0a4b93895334a10d412124ffff69c3fd25.tar.bz2
Teach DependencyScan to load a dyndep file
Add a LoadDyndeps method to load a dyndep file and update the edges that name it in their dyndep binding.
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index b56ef89..850bb98 100755
--- a/configure.py
+++ b/configure.py
@@ -496,6 +496,7 @@ for name in ['build',
'depfile_parser',
'deps_log',
'disk_interface',
+ 'dyndep',
'dyndep_parser',
'edit_distance',
'eval_env',