diff --git a/script/update/trees b/script/update/trees index c746595..b0b58d6 100755 --- a/script/update/trees +++ b/script/update/trees @@ -147,7 +147,8 @@ handle_src_tree() load_project_config() { - eval "$(setvars "" xarch xlang tree bootstrapargs autoconfargs)" + eval "$(setvars "" xarch xlang tree bootstrapargs autoconfargs \ + xtree tree_depend)" [ -f "${1}/target.cfg" ] || return 0 . "${1}/target.cfg" || \