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.hxx | |
parent | 4fe1c3c083acecf7eabe46b67cb540e8390f3122 (diff) |
Add support for automatic importing of libbuild2 of installed case
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index 415dc8b..8cd33cf 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -160,9 +160,11 @@ namespace build2 LIBBUILD2_SYMEXPORT extern const standard_version build_version; LIBBUILD2_SYMEXPORT extern const string build_version_interface; - // Whether running installed build. + // Whether running installed build and, if so, the library installation + // directory (empty otherwise). // LIBBUILD2_SYMEXPORT extern const bool build_installed; + LIBBUILD2_SYMEXPORT extern const dir_path build_install_lib; // $install.lib // --[no-]mtime-check // |