File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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',
You can’t perform that action at this time.
0 commit comments