diff options
Diffstat (limited to 'libbuild2/scope.cxx')
-rw-r--r-- | libbuild2/scope.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scope.cxx b/libbuild2/scope.cxx index 91aee12..814d876 100644 --- a/libbuild2/scope.cxx +++ b/libbuild2/scope.cxx @@ -822,7 +822,7 @@ namespace build2 } dir_path out; - if (src && sd != od) // If in-source build, then out must be empty. + if (src && sd != od) // If in source build, then out must be empty. { out = o.dir.relative () ? od / o.dir : move (o.dir); out.normalize (); |