From ad4120afce8c7bc4001fc0173a0ff7611ec0198d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 12 Dec 2015 13:46:07 +0200 Subject: Implement installation of prerequisite shared libraries --- build/dist/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/dist') 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"); -- cgit v1.1