diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-23 12:14:46 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-23 20:07:52 +0100 |
commit | 4aa3c169b0a716d56254dbda2ab2b90d1876e7ad (patch) | |
tree | d7de3a3dcc5919ffb2776446be5b7c881c83c2ca /src/bootstrap.cc | |
parent | 78c5477b3989d67169de2d05665adfb801caab23 (diff) |
WIP
Diffstat (limited to 'src/bootstrap.cc')
-rw-r--r-- | src/bootstrap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.cc b/src/bootstrap.cc index 471c844..0ed2b70 100644 --- a/src/bootstrap.cc +++ b/src/bootstrap.cc @@ -41,7 +41,7 @@ bool ctor::configuration::has(const std::string& key) const return false; } -const std::string& ctor::configuration::get(const std::string& key, const std::string& default_value) const +std::string ctor::configuration::get(const std::string& key, const std::string& default_value) const { auto cxx_env = std::getenv("CXX"); if(key == ctor::cfg::build_cxx && cxx_env) |