Skip to content

Commit 61c5268

Browse files
committed
Corrected name of the library.
1 parent f0d4a9a commit 61c5268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PerlMagick.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ void PerlMagick::configure(const Options &options)
4444

4545
wstring PerlMagick::magickCoreLibraryName(const Options &options)
4646
{
47-
return(L"CORE_RL_" + options.magickCoreName() + L"_.a");
47+
return(L"CORE_RL_" + options.magickCoreName());
4848
}

0 commit comments

Comments
 (0)