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-installed.cxx | |
parent | a4ef665e379e81656ffb07f9290e7573c137350f (diff) |
Redo build_installed without requiring linking whole archive
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r-- | libbuild2/utility-installed.cxx | 10 |
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 |