diff options
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx index 6c3374e..461d8d2 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -111,7 +111,7 @@ namespace build if (ttm->empty ()) continue; // Empty map for this operation id. - auto i (ttm->find (tt->id)); + auto i (ttm->find (tt)); if (i == ttm->end () || i->second.empty ()) continue; // No rules registered for this target type. |