X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fcomponent.h;h=2901f1b1fc53f3ba2c0e6deddbcca98f8143637b;hb=6ce67e1469bf62156ddf64e33644851f9064c6ed;hp=543ba33af457bedc8266c0296b76594b149f572a;hpb=17783446dddb1a60c5174031c97b13e4d1bc1f8e;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;