X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsystemlibrary.cpp;h=0af4910dbc1dcd08d5c15c9a14db7bafd0bfdcfa;hb=4c11e2a041d2064f44b7eb3dbf1976c35fc8881c;hp=1df7b66787d8f85033dd98fe5e6f30f2c5c6535a;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/systemlibrary.cpp b/source/systemlibrary.cpp index 1df7b66..0af4910 100644 --- a/source/systemlibrary.cpp +++ b/source/systemlibrary.cpp @@ -14,7 +14,7 @@ using namespace Msp; SystemLibrary::SystemLibrary(Builder &b, const string &n): Target(b, 0, n) { - libname=Path::splitext(Path::basename(n)).base; + libname=splitext(basename(n)).base; if(!libname.compare(0, 3, "lib")) libname.erase(0, 3); }