]> git.tdb.fi Git - builder.git/commit
Use the architecture's patterns to remove prefix from libname
authorMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 20:22:36 +0000 (22:22 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 22:51:46 +0000 (00:51 +0200)
commit75e33019504dd0748690f89cffeee298c18278f4
tree775b715d0243c9d4c1f6412bfa90d3757f32feee
parente64433e6b1cf01fdfcf8e468e735c090a957253b
Use the architecture's patterns to remove prefix from libname

With the MSVC toolchain a lib prefix is not added automatically when
searching for libraries, so removing it could result in a mismatch.
source/lib/pattern.h
source/lib/sharedlibrary.cpp