diff options
Diffstat (limited to 'build/dist/operation.cxx')
-rw-r--r-- | build/dist/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dist/operation.cxx b/build/dist/operation.cxx index 0069432..28a64fa 100644 --- a/build/dist/operation.cxx +++ b/build/dist/operation.cxx @@ -187,7 +187,7 @@ namespace build const dir_path& src_nroot (nrs.src_path ()); - if (!src_nroot.sub (src_root)) // Not a source-level amalgamation. + if (!src_nroot.sub (src_root)) // Not a strong amalgamation. continue; add_adhoc (src_nroot, "build/export.build"); |