Skip to content

Commit

Permalink
Corrected copy of jpeg-turbo header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 1, 2025
1 parent 020276d commit 771666a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/build.imagemagick.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function copyIncludes($folder) {
[void](New-Item -ItemType directory -Path "$destination\MagickWand")
Copy-Item "$source\ImageMagick\MagickWand\*.h" "$destination\MagickWand"
[void](New-Item -ItemType directory -Path "$destination\jpeg")
Copy-Item "$source\Dependencies\jpeg-turbo\*.h" "$destination\jpeg"
Copy-Item "$source\Dependencies\jpeg-turbo\src\*.h" "$destination\jpeg"
[void](New-Item -ItemType directory -Path "$destination\coders")
Copy-Item "$source\ImageMagick\coders\*-private.h" "$destination\coders"
[void](New-Item -ItemType directory -Path "$destination\CL")
Expand Down

0 comments on commit 771666a

Please sign in to comment.