diff options
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/trees b/script/trees index efb6874a..7da762e8 100755 --- a/script/trees +++ b/script/trees @@ -149,7 +149,7 @@ handle_src_tree() load_project_config() { eval "$(setvars "" xarch xlang tree bootstrapargs autoconfargs \ - xtree tree_depend)" + xtree tree_depend makeargs)" [ -f "${1}/target.cfg" ] || return 0 . "${1}/target.cfg" || \ |