From e65c406301c3a7b30174f8706ba39584e80ddf25 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2017 11:18:38 +0200 Subject: Save module map to pkg-config files --- build2/cc/compile.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build2/cc/compile.cxx') diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx index 6c3cc4c..9f36e8b 100644 --- a/build2/cc/compile.cxx +++ b/build2/cc/compile.cxx @@ -2766,8 +2766,8 @@ namespace build2 // name for each mxx{} explicitly. This will be a major pain, however. // Another would be to require encoding of the module name in the // interface unit file name. For example, hello.core -> hello-core.mxx. - // This is better but will still too restrictive: some will want to call - // it hello_core.mxx or HelloCore.mxx (because that's their file naming + // This is better but still too restrictive: some will want to call it + // hello_core.mxx or HelloCore.mxx (because that's their file naming // convention) or place it in a subdirectory, say, hello/core.mxx. // // In the above examples one common theme about all the file names is @@ -3010,6 +3010,8 @@ namespace build2 // available. // // @@ MOD: BMI compatibility check. + // @@ UTL: we need to (recursively) see through libux{} (and + // also in pkgconfig_save()). // if (bt != nullptr && (bt->is_a () || -- cgit v1.1