X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flib%2Fsourcepackage.h;fp=source%2Flib%2Fsourcepackage.h;h=c311c210e86431f06fffd6a2932ffa49604deaea;hb=a8dd31308dfef6da930c261779d4e9ebfc2af838;hp=c6e308a44c95e72696f7fc8e2b51c2a7229b242d;hpb=6ce67e1469bf62156ddf64e33644851f9064c6ed;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;