diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 17:24:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 18:04:22 +0200 |
commit | 4a23b4cdf3102a8fef8ac6ebd8a884cd613c28ee (patch) | |
tree | 9fdd028cddde76ea4037c55fd7430950a0d05dd5 /libbuild2/utility.cxx | |
parent | 4177d70e63893d0a2c76beb9166ebbf79c4697a0 (diff) |
Implement auto-import of development build2 build
Diffstat (limited to 'libbuild2/utility.cxx')
-rw-r--r-- | libbuild2/utility.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index ba50c5a..4f6874e 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -81,6 +81,8 @@ namespace build2 : (to_string (build_version.major ()) + '.' + to_string (build_version.minor ()))); + bool build_installed; + optional<bool> mtime_check_option; optional<path> config_sub; |