SCons recipe: no longer crash if ImageMagic is not found.
This commit is contained in:
parent
1377783452
commit
14b80ff715
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue