From: Mikko Rasa Date: Wed, 28 Dec 2022 11:23:46 +0000 (+0200) Subject: Remove a lib prefix from the libname of built SharedLibraries X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=58210dd87bf1ceeb54cb31ed61e825e9849c165a Remove a lib prefix from the libname of built SharedLibraries It may be useful to have the prefix in a library component name to differentiate it from a program component. --- diff --git a/source/lib/sharedlibrary.cpp b/source/lib/sharedlibrary.cpp index 0673a05..dab6b8d 100644 --- a/source/lib/sharedlibrary.cpp +++ b/source/lib/sharedlibrary.cpp @@ -22,6 +22,9 @@ SharedLibrary::SharedLibrary(Builder &b, const Component &c, const vector