From d07521c67db21aa02dddf9615dce9f9f3dfe784c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Aug 2019 13:02:52 +0200 Subject: Redo build_installed without requiring linking whole archive --- libbuild2/utility-uninstalled.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libbuild2/utility-uninstalled.cxx (limited to 'libbuild2/utility-uninstalled.cxx') 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 + +namespace build2 +{ + bool build_installed = false; +} -- cgit v1.1