]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.cpp
Un-abbreviate function names
[builder.git] / source / objectfile.cpp
index fff1309057916baefffe63bf4ce8192469796647..97e52552b8d553ae3d360245a56bd15a440efc91 100644 (file)
@@ -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()