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 5803cce commit b871708Copy full SHA for b871708
PerlMagick/Makefile.PL.in
@@ -64,7 +64,7 @@ sub MY::postamble
64
{
65
'
66
create-import-library:
67
- pexports ../../Artifacts/bin/$$LIB_NAME$$.dll > $$LIB_NAME$$.def
+ pexports ../../../Artifacts/bin/$$LIB_NAME$$.dll > $$LIB_NAME$$.def
68
dlltool -d $$LIB_NAME$$.def -l $$LIB_NAME$$.a
69
70
Magick.pm: create-import-library
0 commit comments