Skip to content

Commit 8fe1c24

Browse files
committed
Corrected path.
1 parent ead530b commit 8fe1c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PerlMagick/Makefile.PL.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sub MY::postamble
6464
{
6565
'
6666
create-import-library:
67-
pexports ../../../Artifacts/bin/$$LIB_NAME$$.dll > $$LIB_NAME$$.def
67+
pexports ../../Artifacts/bin/$$LIB_NAME$$.dll > $$LIB_NAME$$.def
6868
dlltool -d $$LIB_NAME$$.def -l $$LIB_NAME$$.a
6969

7070
Magick.pm: create-import-library

0 commit comments

Comments
 (0)