aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r--libbuild2/utility.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx
index a6a7ac3..d9c530b 100644
--- a/libbuild2/utility.hxx
+++ b/libbuild2/utility.hxx
@@ -142,6 +142,12 @@ namespace build2
LIBBUILD2_SYMEXPORT extern const standard_version build_version;
LIBBUILD2_SYMEXPORT extern const string build_version_interface;
+ // Whether running installed build.
+ //
+ // Note: only available after static initialization.
+ //
+ LIBBUILD2_SYMEXPORT extern bool build_installed;
+
// --[no-]mtime-check
//
LIBBUILD2_SYMEXPORT extern optional<bool> mtime_check_option;