From 3c29644d3bc8c4daad68ab92003a9e754f39de2a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 18 Nov 2021 22:02:57 +0100 Subject: Refactor configure and the way it generates its cache. --- src/bootstrap.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bootstrap.cc') diff --git a/src/bootstrap.cc b/src/bootstrap.cc index 9b8e029..53018cc 100644 --- a/src/bootstrap.cc +++ b/src/bootstrap.cc @@ -22,8 +22,8 @@ std::filesystem::path configurationFile("configuration.cc"); std::filesystem::path configHeaderFile("config.h"); -const std::map default_configuration{}; -const std::map& configuration() +const Configuration default_configuration{}; +const Configuration& configuration() { return default_configuration; } -- cgit v1.2.3