Prevent "scons install" from barfing if no installable executables exist.

This commit is contained in:
Sergey Popov 2008-04-11 18:50:33 +00:00
parent 51e83a219e
commit d6b89db102

View file

@ -1218,6 +1218,7 @@ install_env.Alias("install-cutter", Install(bindir, cutter))
install_env.Alias("install-exploder", Install(bindir, exploder))
# Compute things for default install based on which targets have been created.
install_env.Alias('install', [])
for installable in ('wesnoth', 'wesnoth_editor',
'wesnothd', 'campaignd',
'exploder', 'cutter'):