summaryrefslogtreecommitdiff
path: root/src/configure.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.cc')
-rw-r--r--src/configure.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.cc b/src/configure.cc
index a0e107a..26d3575 100644
--- a/src/configure.cc
+++ b/src/configure.cc
@@ -18,8 +18,8 @@
#include "tools.h"
#include "util.h"
-std::filesystem::path configurationFile("configuration.cc");
-std::filesystem::path configHeaderFile("config.h");
+const std::filesystem::path configurationFile("configuration.cc");
+const std::filesystem::path configHeaderFile("config.h");
std::map<std::string, std::string> external_includedir;
std::map<std::string, std::string> external_libdir;