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-installed.cxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'libbuild2/utility-installed.cxx') 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 -- cgit v1.1