]> git.tdb.fi Git - builder.git/blobdiff - source/archive.cpp
Adapt to changes in msppath
[builder.git] / source / archive.cpp
index a7b86c7cc4b945769fc82f404ea0f8de61ee799a..70d63632824b1e8accf6bd5e54c135877c76d1ea 100644 (file)
@@ -31,9 +31,9 @@ Archive::Archive(Builder &b, const StaticLibrary &lib):
                if(dynamic_cast<ObjectFile *>(*i))
                        argv.push_back((*i)->get_name());
 
-       Path::Path lpath=lib.get_name();
+       Path lpath=lib.get_name();
        if(!builder.get_dry_run())
-               Path::mkpath(lpath.subpath(0, lpath.size()-1), 0755);
+               mkpath(lpath.subpath(0, lpath.size()-1), 0755);
 
        announce(comp.get_package().get_name(), tool, relative(lpath, comp.get_package().get_source()).str());