We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d4a9a commit 61c5268Copy full SHA for 61c5268
src/PerlMagick.cpp
@@ -44,5 +44,5 @@ void PerlMagick::configure(const Options &options)
44
45
wstring PerlMagick::magickCoreLibraryName(const Options &options)
46
{
47
- return(L"CORE_RL_" + options.magickCoreName() + L"_.a");
+ return(L"CORE_RL_" + options.magickCoreName());
48
}
0 commit comments