]> git.tdb.fi Git - builder.git/blobdiff - source/lib/component.h
Rearrange generated source paths
[builder.git] / source / lib / component.h
index 543ba33af457bedc8266c0296b76594b149f572a..2901f1b1fc53f3ba2c0e6deddbcca98f8143637b 100644 (file)
@@ -37,6 +37,7 @@ protected:
        SourcePackage &package;
        std::string name;
        std::vector<Msp::FS::Path> sources;
+       Msp::FS::Path source_base_path;
        std::vector<std::string> overlays;
        bool install = false;
        BuildInfo build_info;