scons: make default target work again
This commit is contained in:
parent
7b2f8e6857
commit
fff9c93568
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ if COMMAND_LINE_TARGETS:
|
|||
COMMAND_LINE_TARGETS]
|
||||
else:
|
||||
# Default targets are relative to root of tree
|
||||
abs_targets = [ normpath(joinpath(ROOT, str(x))) for x in \
|
||||
abs_targets = [ normpath(joinpath(env.root.abspath, str(x))) for x in \
|
||||
DEFAULT_TARGETS]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue