scons: fix ability to call 'install -c' and 'uninstall', broken since r2568
This commit is contained in:
parent
429eed5090
commit
faf3512f8f
1 changed files with 1 additions and 1 deletions
|
@ -1353,7 +1353,7 @@ Help(opts.GenerateHelpText(env))
|
||||||
#env.Prepend(LIBPATH = '/usr/local/lib')
|
#env.Prepend(LIBPATH = '/usr/local/lib')
|
||||||
|
|
||||||
#### Builds ####
|
#### Builds ####
|
||||||
if not HELP_REQUESTED and '-c' not in command_line_args:
|
if not HELP_REQUESTED:
|
||||||
|
|
||||||
if 'uninstall' in COMMAND_LINE_TARGETS:
|
if 'uninstall' in COMMAND_LINE_TARGETS:
|
||||||
# dummy action in case there is nothing to uninstall, to avoid phony error..
|
# dummy action in case there is nothing to uninstall, to avoid phony error..
|
||||||
|
|
Loading…
Reference in a new issue