Skip to content

Commit

Permalink
#3139 re-add ImageWin for colour profile support
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 21, 2021
1 parent 6b3b368 commit 84309bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MSWindows/MINGW_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ RMP=""
KMP=""
for file_name in `ls *Image*`; do
plugin_name=`echo $file_name | sed 's+\.py.*++g'`
echo "$file_name" | egrep "Bmp|Ico|Image.py|ImageChops|ImageCms|ImageChops|ImageColor|ImageDraw|ImageFile|ImageFilter|ImageFont|ImageGrab|ImageMode|ImageOps|ImagePalette|ImagePath|ImageSequence|ImageStat|ImageTransform|Jpeg|Png|Ppm|Xpm|WebP" >& /dev/null
echo "$file_name" | egrep "Bmp|Ico|Image.py|ImageChops|ImageCms|ImageWin|ImageChops|ImageColor|ImageDraw|ImageFile|ImageFilter|ImageFont|ImageGrab|ImageMode|ImageOps|ImagePalette|ImagePath|ImageSequence|ImageStat|ImageTransform|Jpeg|Png|Ppm|Xpm|WebP" >& /dev/null
if [ "$?" == "0" ]; then
KMP="${KMP} $plugin_name"
else
Expand Down

0 comments on commit 84309bf

Please sign in to comment.