]> git.tdb.fi Git - builder.git/blobdiff - source/binary.h
Only use the -m flag on native arch
[builder.git] / source / binary.h
index 8e6761f6c434ea7fa4dbfd8fafb47658071859eb..b4357581fc905fde0b5110cac788f4149306196e 100644 (file)
@@ -13,10 +13,11 @@ library.
 class Binary: public FileTarget
 {
 protected:
+       std::list<ObjectFile *> objects;
+
        Binary(Builder &, const Msp::FS::Path &);
        Binary(Builder &, const Component &, const std::string &, const std::list<ObjectFile *> &);
 
-public:
        virtual void find_dependencies();
 };