Skip to content

Commit 2bf3482

Browse files
committed
Corrected libs path for PerlMagick.
1 parent 5ceddf5 commit 2bf3482

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

PerlMagick/Makefile.PL.in

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Copyright (C) 1999-2015 ImageMagick Studio LLC
1+
# Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization
2+
# dedicated to making software imaging solutions freely available.
23
#
3-
# This program is covered by multiple licenses, which are described in
4-
# LICENSE. You should have received a copy of LICENSE with this
5-
# package; otherwise see http://www.imagemagick.org/script/license.php.
4+
# You may not use this file except in compliance with the License. You may
5+
# obtain a copy of the License at
6+
#
7+
# https://www.imagemagick.org/script/license.php
68
#
79
# Makefile for building PerlMagick under Windows
810
#
@@ -38,7 +40,7 @@ WriteMakefile(
3840
'AUTHOR' => 'ImageMagick Studio',
3941
'NAME' => 'Image::Magick',
4042
'VERSION_FROM' => 'Magick.pm',
41-
'LIBS' => ['-L. -l$$LIB_NAME$$'],
43+
'LIBS' => ['-L../../Artifacts/lib -l$$LIB_NAME$$'],
4244
'DEFINE' => '-D_VISUALC_ -D_WINDOWS',
4345
'INC' => '-I..',
4446
'BINARY_LOCATION' => '$$PLATFORM$$\Image-Magick.zip',

0 commit comments

Comments
 (0)