X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.cpp;h=9f0bfcd2e5aa273fd11fc878ec1bfe4c8d9a22a3;hb=fa2beaa15ccc64956b12d6d81d95a11538748327;hp=05a475d71bb4b02ff82c8333f06cc1c976f6d40e;hpb=3f1f24c02c5ef21791e5b24ff535d59969cd7625;p=builder.git diff --git a/source/binary.cpp b/source/binary.cpp index 05a475d..9f0bfcd 100644 --- a/source/binary.cpp +++ b/source/binary.cpp @@ -18,7 +18,7 @@ Binary::Binary(Builder &b, const FS::Path &p): { } Binary::Binary(Builder &b, const Component &c, const string &p, const list &objs): - FileTarget(b, c.get_package(), c.get_package().get_out_dir()/p), + FileTarget(b, c.get_package(), c.get_package().get_output_directory()/p), objects(objs) { component = &c;