X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fsourcepackage.h;h=c311c210e86431f06fffd6a2932ffa49604deaea;hb=f4de41c810319d3ecc8bb5084de06a953037b7b7;hp=c6e308a44c95e72696f7fc8e2b51c2a7229b242d;hpb=bcc6be0d72c9205ca9282fc08d1dba93230e9f2a;p=builder.git diff --git a/source/lib/sourcepackage.h b/source/lib/sourcepackage.h index c6e308a..c311c21 100644 --- a/source/lib/sourcepackage.h +++ b/source/lib/sourcepackage.h @@ -94,6 +94,7 @@ public: const Msp::FS::Path &get_source_directory() const { return source_dir; } Msp::FS::Path get_temp_directory() const; Msp::FS::Path get_output_directory() const; + Msp::FS::Path get_staging_directory() const; const Toolchain &get_toolchain() const { return local_tools; } const Component &get_component(const std::string &) const;