X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemlibrary.cpp;fp=source%2Fsystemlibrary.cpp;h=66a346f8be4c1d8da5b8787e47c112425af41c9e;hb=04c316da6d5d90e43cba262f54d90ca231f703bf;hp=58eaea7087a095246aba7e2a7e496a2177158b56;hpb=55a110c49b85482c4079745211cc599f4508945f;p=builder.git diff --git a/source/systemlibrary.cpp b/source/systemlibrary.cpp index 58eaea7..66a346f 100644 --- a/source/systemlibrary.cpp +++ b/source/systemlibrary.cpp @@ -19,7 +19,7 @@ SystemLibrary::SystemLibrary(Builder &b, const FS::Path &p): string SystemLibrary::extract_libname(const FS::Path &p) { - string result=FS::basepart(FS::basename(p)); + string result = FS::basepart(FS::basename(p)); if(!result.compare(0, 3, "lib")) result.erase(0, 3); return result;