]> git.tdb.fi Git - builder.git/blobdiff - source/filetarget.h
Recent versions of sigc++ require C++11
[builder.git] / source / filetarget.h
index 64567fd255755a6f87fde6d3915ecf4318b695d3..976590f4b67d15a96da867e046d4e9ac62fa3354 100644 (file)
@@ -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 &);