diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 13:16:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 13:16:21 +0200 |
commit | 55ddc71fd801e06115ad6e33098b0eed2517daab (patch) | |
tree | c68892733b899e39c2bdc49b0ffa73282c1644d4 /libbuild2/file.cxx | |
parent | 4fe1c3c083acecf7eabe46b67cb540e8390f3122 (diff) |
Add support for automatic importing of libbuild2 of installed case
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index b55d576..974dc2b 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1435,6 +1435,9 @@ namespace build2 // import.build2 // + // Note that the installed case is taken care of by special code in the + // cc module's search_library(). + // if (proj == "build2") { // Note that this variable can be set to NULL to disable relying on |