X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=976590f4b67d15a96da867e046d4e9ac62fa3354;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=64567fd255755a6f87fde6d3915ecf4318b695d3;hpb=24981eb7ef702aa97b2ab90399ccd3fc23ce9ccf;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 64567fd..976590f 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -16,6 +16,8 @@ protected: unsigned size; Msp::FS::Path install_location; std::string install_filename; + bool nested_build_sig; + bool arch_in_build_sig; FileTarget(Builder &, const Msp::FS::Path &); FileTarget(Builder &, const SourcePackage &, const Msp::FS::Path &);