aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility-installed.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-28 13:02:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-28 13:02:52 +0200
commitd07521c67db21aa02dddf9615dce9f9f3dfe784c (patch)
treead7ced4331d87004150ef89134f28abcbf283ec9 /libbuild2/utility-installed.cxx
parenta4ef665e379e81656ffb07f9290e7573c137350f (diff)
Redo build_installed without requiring linking whole archive
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r--libbuild2/utility-installed.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/libbuild2/utility-installed.cxx b/libbuild2/utility-installed.cxx
index 8fcb271..5ef8811 100644
--- a/libbuild2/utility-installed.cxx
+++ b/libbuild2/utility-installed.cxx
@@ -10,15 +10,7 @@
namespace build2
{
- struct build_installed_init
- {
- build_installed_init ()
- {
- build_installed = true;
- }
- };
-
- static build_installed_init init_;
+ bool build_installed = true;
}
#endif