X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fcomponent.h;h=2901f1b1fc53f3ba2c0e6deddbcca98f8143637b;hb=f4de41c810319d3ecc8bb5084de06a953037b7b7;hp=543ba33af457bedc8266c0296b76594b149f572a;hpb=fa77f807be7a92e655befa2c344128d2dadd788f;p=builder.git diff --git a/source/lib/component.h b/source/lib/component.h index 543ba33..2901f1b 100644 --- a/source/lib/component.h +++ b/source/lib/component.h @@ -37,6 +37,7 @@ protected: SourcePackage &package; std::string name; std::vector sources; + Msp::FS::Path source_base_path; std::vector overlays; bool install = false; BuildInfo build_info;