From 55ddc71fd801e06115ad6e33098b0eed2517daab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Nov 2019 13:16:21 +0200 Subject: Add support for automatic importing of libbuild2 of installed case --- libbuild2/utility-installed.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbuild2/utility-installed.cxx') 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 -- cgit v1.1