From 4a23b4cdf3102a8fef8ac6ebd8a884cd613c28ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Aug 2019 17:24:48 +0200 Subject: Implement auto-import of development build2 build --- libbuild2/utility.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbuild2/utility.hxx') 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 mtime_check_option; -- cgit v1.1