diff options
Diffstat (limited to 'libbuild2/dist/operation.cxx')
-rw-r--r-- | libbuild2/dist/operation.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index e3dadff..eb7cce1 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -144,8 +144,7 @@ namespace build2 // since the meta operation is dist and we know what we are doing. // values params; - const path locf ("<dist>"); // @@ PATH_NAME TODO - const location loc (&locf); // Dummy location. + const location loc (path_name ("<dist>")); // Dummy location. const operations& ops (rs->root_extra->operations); |