diff options
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r-- | libbuild2/utility-installed.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/utility-installed.cxx b/libbuild2/utility-installed.cxx index 5ef8811..9135c21 100644 --- a/libbuild2/utility-installed.cxx +++ b/libbuild2/utility-installed.cxx @@ -10,7 +10,7 @@ namespace build2 { - bool build_installed = true; + const bool build_installed = true; } #endif |