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/utility-installed.cxx | |
parent | 4fe1c3c083acecf7eabe46b67cb540e8390f3122 (diff) |
Add support for automatic importing of libbuild2 of installed case
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r-- | libbuild2/utility-installed.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/utility-installed.cxx b/libbuild2/utility-installed.cxx index c8f08b6..29c822b 100644 --- a/libbuild2/utility-installed.cxx +++ b/libbuild2/utility-installed.cxx @@ -11,6 +11,10 @@ namespace build2 { const bool build_installed = true; + +#ifdef BUILD2_INSTALL_LIB + const dir_path build_install_lib (BUILD2_INSTALL_LIB); +#endif } #endif |