X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farchive.cpp;h=70d63632824b1e8accf6bd5e54c135877c76d1ea;hb=4d0d003b022943d8a0e39ba19078bab8d32d8857;hp=a7b86c7cc4b945769fc82f404ea0f8de61ee799a;hpb=0ac8d6708b8c758fb89d97a0049d4a329990b83b;p=builder.git diff --git a/source/archive.cpp b/source/archive.cpp index a7b86c7..70d6363 100644 --- a/source/archive.cpp +++ b/source/archive.cpp @@ -31,9 +31,9 @@ Archive::Archive(Builder &b, const StaticLibrary &lib): if(dynamic_cast(*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());