]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Fix a bug in condition evaluation
[builder.git] / source / sourcepackage.h
index e170399aa4ab14db6abd94a3b7bc1f17f884db66..5218592ff9d0a0743957b17bf24e70fbe8cf2315 100644 (file)
@@ -81,6 +81,7 @@ public:
 
        LibMode get_library_mode() const;
        DependencyCache &get_deps_cache() const { return deps_cache; }
+       std::string expand_string(const std::string &) const;
 private:
        virtual void do_configure(const StringMap &, unsigned);