]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.h
Locate and check the existence of the libraries of binary packages
[builder.git] / source / binarypackage.h
index 088c3e1eac2264dc94cf3a96de0a3e11b4947e30..5b47d645c149710b71eaed051a577c4fa5fc4b03 100644 (file)
@@ -18,6 +18,10 @@ public:
                void build_info();
        };
 
+private:
+       Msp::FS::Path base_path;
+
+public:
        BinaryPackage(Builder &, const std::string &);
 
        static BinaryPackage *from_flags(Builder &, const std::string &, const std::vector<std::string> &);