]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Pass the full path to the Build file to SourcePackage and create a target for it
[builder.git] / source / builder.h
index 4359d4563f7214849b89ed6e4f3495e1565f36dc..b6c9ebcfc3caee4d6bfe57c59d7b69ba8be895b8 100644 (file)
@@ -32,11 +32,8 @@ class Builder: public Msp::RegisteredApplication<Builder>
 private:
        class Loader: public Msp::DataFile::ObjectLoader<Builder>
        {
-       private:
-               Msp::FS::Path src;
-
        public:
-               Loader(Builder &, const Msp::FS::Path &);
+               Loader(Builder &);
        private:
                void architecture(const std::string &);
                void binpkg(const std::string &);