diff options
Diffstat (limited to 'libbuild2/utility-uninstalled.cxx')
-rw-r--r-- | libbuild2/utility-uninstalled.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libbuild2/utility-uninstalled.cxx b/libbuild2/utility-uninstalled.cxx new file mode 100644 index 0000000..b4bbe93 --- /dev/null +++ b/libbuild2/utility-uninstalled.cxx @@ -0,0 +1,10 @@ +// file : libbuild2/utility-uninstalled.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#include <libbuild2/utility.hxx> + +namespace build2 +{ + bool build_installed = false; +} |