X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.cpp;h=ffffaa56feed8a1ad15f9472c86f47d3f748f834;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=7b5bac8e1b0dae70d977cc68326b94aba438bdcd;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/binary.cpp b/source/binary.cpp index 7b5bac8..ffffaa5 100644 --- a/source/binary.cpp +++ b/source/binary.cpp @@ -18,7 +18,7 @@ Binary::Binary(Builder &b, const FS::Path &p): FileTarget(b, p) { } -Binary::Binary(Builder &b, const Component &c, const string &p, const list &objs): +Binary::Binary(Builder &b, const Component &c, const string &p, const vector &objs): FileTarget(b, c.get_package(), c.get_package().get_output_directory()/p), objects(objs) {