Change imagemagick to not add its directory to PATH. Fix #2275 (#2327)

Imagemagick doesn't need to be added to PATH because all its .exe files
are already shimmed.
This commit is contained in:
Michal Vlasák 2018-06-25 20:59:42 +02:00 committed by Richard Kuhnt
parent 937ba2f823
commit ad3c122038

View File

@ -15,7 +15,6 @@
"depends": [ "depends": [
"ffmpeg" "ffmpeg"
], ],
"env_add_path": ".",
"bin": [ "bin": [
"compare.exe", "compare.exe",
"composite.exe", "composite.exe",