diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-28 13:02:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-28 13:02:52 +0200 |
commit | d07521c67db21aa02dddf9615dce9f9f3dfe784c (patch) | |
tree | ad7ced4331d87004150ef89134f28abcbf283ec9 /libbuild2/utility-uninstalled.cxx | |
parent | a4ef665e379e81656ffb07f9290e7573c137350f (diff) |
Redo build_installed without requiring linking whole archive
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; +} |