X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjectfile.cpp;h=97e52552b8d553ae3d360245a56bd15a440efc91;hb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;hp=fff1309057916baefffe63bf4ce8192469796647;hpb=b211b655adb5940f1d8f78d4d86439d36c607704;p=builder.git diff --git a/source/objectfile.cpp b/source/objectfile.cpp index fff1309..97e5255 100644 --- a/source/objectfile.cpp +++ b/source/objectfile.cpp @@ -29,7 +29,7 @@ FS::Path ObjectFile::generate_target_path(const Component &comp, const FS::Path if(*i!=".") fn += *i; } - return pkg.get_temp_dir()/comp.get_name()/(FS::basepart(fn)+".o"); + return pkg.get_temp_directory()/comp.get_name()/(FS::basepart(fn)+".o"); } void ObjectFile::find_dependencies()