diff options
Diffstat (limited to 'src/ctor.h')
-rw-r--r-- | src/ctor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -292,6 +292,8 @@ struct configuration ctor::arch build_arch{ctor::arch::unknown}; std::vector<std::string> args; // vector of arguments used when last calling configure + + std::string getenv(const std::string& key) const; std::map<std::string, std::string> env; // env used when last calling configure std::map<std::string, std::string> tools; // tools |