Made "install" target also install command-line targets.
This commit is contained in:
parent
96ed556954
commit
97b1fca309
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ install_env.Alias('install', [])
|
|||
for installable in ('wesnoth', 'wesnoth_editor',
|
||||
'wesnothd', 'campaignd',
|
||||
'exploder', 'cutter'):
|
||||
if os.path.exists(installable):
|
||||
if os.path.exists(installable) or installable in COMMAND_LINE_TARGETS or "all" in COMMAND_LINE_TARGETS:
|
||||
install_env.Alias('install', install_env.Alias('install-'+installable))
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue