Prevent "scons install" from barfing if no installable executables exist.
This commit is contained in:
parent
51e83a219e
commit
d6b89db102
1 changed files with 1 additions and 0 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Reference in a new issue