SCons recipe: no longer crash if ImageMagic is not found.

This commit is contained in:
Sergey Popov 2008-05-23 10:14:49 +00:00
parent 1377783452
commit 14b80ff715

View file

@ -2,7 +2,6 @@
from os.path import join
Import("env")
env["IM_CONVERT"] = '"' + WhereIs("convert") + '"'
binaries = ["wesnoth", "wesnoth_editor"]
for bin in binaries:
#icon = env.Command(bin + "-icon.ico", join("../../icons", bin + "-icon.png"), "$IM_CONVERT $SOURCE $TARGET")