diff options
Diffstat (limited to 'build/algorithm.ixx')
-rw-r--r-- | build/algorithm.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.ixx b/build/algorithm.ixx index 23655a9..9435b2e 100644 --- a/build/algorithm.ixx +++ b/build/algorithm.ixx @@ -12,7 +12,7 @@ namespace build { if (p.target == nullptr) p.target = &search ( - prerequisite_key {&p.type, &p.dir, &p.name, &p.ext, &p.scope}); + prerequisite_key {{&p.type, &p.dir, &p.name, &p.ext}, &p.scope}); return *p.target; } |